mirror of git://git.musl-libc.org/musl
fix missing uintXX_t in nameser.h
This commit is contained in:
parent
9a470b0a6e
commit
43a5a00e4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue