x Pull in string.h for various mem*() and str*() functions, in an

x
   Pull in string.h for various mem*() and str*() functions,
        in an autoconf-friendly way.
x
This commit is contained in:
Jeff Garzik
1998-12-24 19:39:00 +00:00
parent 553fa4309e
commit fc07d22a53
15 changed files with 130 additions and 7 deletions

View File

@ -23,8 +23,19 @@
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#if HAVE_CONFIG_H
# include <config.h>
# if STDC_HEADERS
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# endif
#else
# include <stdio.h>
# include <stdlib.h>
#endif
#define ENABLE_GRAYSCALE