projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c1065
)
Include <netinet/in.h> to make self-contained.
author
drepper
<drepper>
Tue, 30 Sep 1997 16:50:57 +0000
(16:50 +0000)
committer
drepper
<drepper>
Tue, 30 Sep 1997 16:50:57 +0000
(16:50 +0000)
resolv/resolv.h
patch
|
blob
|
history
diff --git
a/resolv/resolv.h
b/resolv/resolv.h
index
4dae715
..
06dba63
100644
(file)
--- a/
resolv/resolv.h
+++ b/
resolv/resolv.h
@@
-61,14
+61,16
@@
#ifndef _RESOLV_H
#define _RESOLV_H 1
+#include <features.h>
+
#include <sys/param.h>
#if (!defined(BSD)) || (BSD < 199306)
# include <sys/bitypes.h>
#else
# include <sys/types.h>
#endif
-#include <sys/cdefs.h>
#include <stdio.h>
+#include <netinet/in.h>
/*
* Revision information. This is the release date in YYYYMMDD format.