diff options
author | Yang Tse <yangsita@gmail.com> | 2011-03-22 17:19:37 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-03-22 17:19:37 +0100 |
commit | 9099a9eb0c7166ed93d57bbee227ff2ff28053a3 (patch) | |
tree | f9e129eaf12250b36e0689089b925c06541dc4d5 | |
parent | d81cae7a6744c6e8dbf5575c37f8f8b3ad870fa1 (diff) | |
download | c-ares-9099a9eb0c7166ed93d57bbee227ff2ff28053a3.tar.gz c-ares-9099a9eb0c7166ed93d57bbee227ff2ff28053a3.tar.bz2 c-ares-9099a9eb0c7166ed93d57bbee227ff2ff28053a3.zip |
System's errno.h inclusion cleanup follow-up.
System's errno.h is conditionally included from setup_once.h
-rw-r--r-- | Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.netware b/Makefile.netware index b521cb8..1e014ed 100644 --- a/Makefile.netware +++ b/Makefile.netware @@ -354,6 +354,7 @@ else endif @echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@ + @echo $(DL)#define HAVE_ERRNO_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@ @echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@ @echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@ |