diff options
author | jbj <devnull@localhost> | 1999-09-12 20:43:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-12 20:43:23 +0000 |
commit | f005d4c15c11eacc245d11e2f069881d2543e32c (patch) | |
tree | b001f1e5698de223c4a813e3b00dea011b8c5748 /system.h | |
parent | fa165f14175844cbb582eea1617345da0bd779eb (diff) | |
download | librpm-tizen-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.gz librpm-tizen-f005d4c15c11eacc245d11e2f069881d2543e32c.tar.bz2 librpm-tizen-f005d4c15c11eacc245d11e2f069881d2543e32c.zip |
Fiddles to resurrect lclint.
CVS patchset: 3281
CVS date: 1999/09/12 20:43:23
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -195,7 +195,9 @@ char *alloca (); #endif #if HAVE_NETDB_H +#ifndef __LCLINT__ #include <netdb.h> +#endif /* __LCLINT__ */ #endif #if HAVE_PWD_H @@ -265,7 +267,9 @@ extern void *myrealloc(void *, size_t); #if HAVE_SYS_SOCKET_H #include <sys/types.h> +#ifndef __LCLINT__ #include <sys/socket.h> +#endif /* __LCLINT__ */ #endif #if HAVE_SYS_SELECT_H |