Explorar el Código

* Include stdint.h for intptr_t

Bryan Drewery hace 15 años
padre
commit
a00f84498d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/types.h

+ 1 - 0
src/types.h

@@ -6,6 +6,7 @@
 #endif
 
 #include <sys/types.h>
+#include <stdint.h>
 #include <netinet/in.h>
 
 /* For local console: */