Explorar el Código

Merge branch 'dl-symbol-exporting'

* dl-symbol-exporting:
  * Include stdint.h for intptr_t
Bryan Drewery hace 15 años
padre
commit
d865cc449b
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: */