it might not be prototyped in strings.h.
@ -3,7 +3,7 @@
# wmake -f Makefile.os2
CC=wcc386
CPPFLAGS=-DHAVE_SIGNAL_H
CPPFLAGS=-DHAVE_SIGNAL_H -DHAVE_STRINGS_H
CPPFLAGS+= -DSOUND_OS2DART
!ifndef __UNIX__
# wmake -f Makefile.w32
CPPFLAGS+= -DSOUND_WIN32
@ -9,6 +9,9 @@
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <stdlib.h>
#include <unistd.h>
#if defined(HAVE_GETOPT_H) && defined(HAVE_GETOPT_LONG)