diff options
| -rw-r--r-- | requestHandler.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requestHandler.c b/requestHandler.c index 60a3b4c..74dda96 100644 --- a/requestHandler.c +++ b/requestHandler.c @@ -13,7 +13,10 @@ #include <sys/types.h> #include <cpetpet.h> -#include <libhttpc.h> +#include <libhttpc/libhttpc.h> +#ifndef LibHTTPC_SOCK +#error LibHTTPC should be built with support of sockets for this project +#endif static bool isnumber(const char *s) |