ソースを参照

Merge branch 'dl-symbol-exporting'

* dl-symbol-exporting:
  * Include stdint.h for intptr_t
Bryan Drewery 15 年 前
コミット
d865cc449b
1 ファイル変更1 行追加0 行削除
  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: */