From: asterix Date: Wed, 5 Oct 2011 13:57:21 +0000 (+0000) Subject: Add missing header. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=791b496e892964383cf8f86b2d6f4ab0f8bdd88c;p=bertos.git Add missing header. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5146 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/http.h b/bertos/net/http.h index b03b93b2..fe368c0b 100644 --- a/bertos/net/http.h +++ b/bertos/net/http.h @@ -44,6 +44,7 @@ #define NET_HTTP_H #include +#include typedef int (*http_handler_t)(struct netconn *client, const char *name, char *revc_buf, size_t revc_len);