Browse Source

httpsrv: Some older versions of libmicrohttpd need stdint.h included first

Luke Dashjr 12 years ago
parent
commit
8c517665f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      httpsrv.c

+ 1 - 0
httpsrv.c

@@ -9,6 +9,7 @@
 
 
 #include "config.h"
 #include "config.h"
 
 
+#include <stdint.h>
 #include <sys/types.h>
 #include <sys/types.h>
 #include <sys/select.h>
 #include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/socket.h>