소스 검색

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: */