Merge pull request #8339 from orbea/net

Silence implicit declaration warning.
This commit is contained in:
Twinaphex 2019-02-21 20:56:57 +01:00 committed by GitHub
commit 239f3febc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
#include <string/stdstring.h>
#ifdef HAVE_NETWORKING
#include <net/net_http_parse.h>
#include <net/net_http.h>
#endif
#include "menu_driver.h"