diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 11:26:14 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 11:26:14 +0200 |
commit | 5c084f842ae21d861818a33922b5c77cb17ad8e4 (patch) | |
tree | cbe49d97a32acbaf7e8695392685d4020b8f2688 /system.h | |
parent | e9df6383be6b95621250c7258909587098d70999 (diff) | |
download | librpm-tizen-5c084f842ae21d861818a33922b5c77cb17ad8e4.tar.gz librpm-tizen-5c084f842ae21d861818a33922b5c77cb17ad8e4.tar.bz2 librpm-tizen-5c084f842ae21d861818a33922b5c77cb17ad8e4.zip |
Unconditionally include <netdb.h> where needed instead of system.h
- there's no fallback for missing netdb.h so there's little point
conditionalizing it
- avoid yet more system.h pollution
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -205,10 +205,6 @@ typedef void * cap_t; #endif extern const char *__progname; -#if HAVE_NETDB_H -#include <netdb.h> -#endif - /* Take care of NLS matters. */ #if HAVE_LOCALE_H |