Fix allocation on stat so that it uses malloc() since a user will need to use free...
[awesomized/libmemcached] / libmemcachedprotocol / handler.c
index 59b461f6aa083b286c8e6e619ab8382e352437f5..2a6390551c9a95c0f43e391d6a593b91e5b6e3e5 100644 (file)
@@ -46,6 +46,9 @@
 #include <ctype.h>
 #include <stdio.h>
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
 /*
 ** **********************************************************************
 ** INTERNAL INTERFACE