From f005d4c15c11eacc245d11e2f069881d2543e32c Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 12 Sep 1999 20:43:23 +0000 Subject: Fiddles to resurrect lclint. CVS patchset: 3281 CVS date: 1999/09/12 20:43:23 --- system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index cbb9ea138..bfb163d72 100644 --- a/system.h +++ b/system.h @@ -195,7 +195,9 @@ char *alloca (); #endif #if HAVE_NETDB_H +#ifndef __LCLINT__ #include +#endif /* __LCLINT__ */ #endif #if HAVE_PWD_H @@ -265,7 +267,9 @@ extern void *myrealloc(void *, size_t); #if HAVE_SYS_SOCKET_H #include +#ifndef __LCLINT__ #include +#endif /* __LCLINT__ */ #endif #if HAVE_SYS_SELECT_H -- cgit v1.2.3