diff compat.h @ 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 e3dd5c765775
children f225f16bebbd
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>