changeset 234:a292977629ba

Include string.h no matter what.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Feb 2003 10:02:05 +0000
parents f2435b378aed
children 69f2a59ec7d0
files compat.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/compat.h	Wed Feb 05 08:37:57 2003 +0000
+++ b/compat.h	Wed Feb 05 10:02:05 2003 +0000
@@ -176,10 +176,8 @@
 #undef RES_DEFAULT
 #endif
 #include <resolv.h>
-#if defined(STDC_HEADERS) || defined(__EMX__)
 #include <stdarg.h>
 #include <string.h>
-#endif /* STDC_HEADERS */
 #endif /* !WIN32 */
 #include <ctype.h>