fixed HAVE_STRING_H introduced from some parrallel development. blast

This commit is contained in:
Scott Moynes 2002-04-16 20:30:53 +00:00
parent 6985e48f53
commit 82e61c015f

View file

@ -43,9 +43,9 @@
#include <X11/keysym.h>
#ifdef STDC_HEADERS
#ifdef HAVE_STRING_H
# include <string.h>
#endif // STDC_HEADERS
#endif // HAVE_STRING_H
#ifdef HAVE_STDIO_H
# include <stdio.h>