Ver Fonte

fix missing uintXX_t in nameser.h

Rich Felker há 12 anos atrás
pai
commit
43a5a00e4a
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      include/arpa/nameser.h

+ 2 - 0
include/arpa/nameser.h

@@ -1,6 +1,8 @@
 #ifndef _ARPA_NAMESER_H
 #define _ARPA_NAMESER_H
 
+#include <stdint.h>
+
 #define __NAMESER	19991006
 #define NS_PACKETSZ	512
 #define NS_MAXDNAME	1025