Procházet zdrojové kódy

* Include stdint.h for intptr_t

Bryan Drewery před 15 roky
rodič
revize
a00f84498d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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: */