Explorar o código

fix missing uintXX_t in nameser.h

Rich Felker %!s(int64=12) %!d(string=hai) anos
pai
achega
43a5a00e4a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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