Sfoglia il codice sorgente

* Include stdint.h for intptr_t

Bryan Drewery 15 anni fa
parent
commit
a00f84498d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: */