From 791b496e892964383cf8f86b2d6f4ab0f8bdd88c Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 5 Oct 2011 13:57:21 +0000 Subject: [PATCH] Add missing header. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5146 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/net/http.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.25.1