fix missing uintXX_t in nameser.h

This commit is contained in:
Rich Felker 2012-08-24 15:55:36 -04:00
parent 9a470b0a6e
commit 43a5a00e4a
1 changed files with 2 additions and 0 deletions

View File

@ -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