small but important patch

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