- From: by way of Henrik Frystyk Nielsen <neal@ctd.comsat.com>
- Date: Wed, 02 Apr 1997 11:36:51 -0500
- To: www-lib-bugs@w3.org
w3c-libwww-5.1a/Library/src/sysdep.h:
*** sysdep.h 1997/04/02 15:51:19 1.1
--- sysdep.h 1997/04/02 16:00:53
***************
*** 723,731 ****
/* string{,s}.h */
#ifdef HAVE_STRING_H
#include <string.h>
! #endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
/* syslog.h */
--- 723,732 ----
/* string{,s}.h */
#ifdef HAVE_STRING_H
#include <string.h>
! #else
#ifdef HAVE_STRINGS_H
#include <strings.h>
+ #endif
#endif
/* syslog.h */
Received on Wednesday, 2 April 1997 11:36:42 UTC