Add missing #include <string.h>.

This commit is contained in:
sperber 2006-10-31 09:37:15 +00:00
parent c46c84f66c
commit b4a1ae5533
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <regex.h> /* POSIX.2 */ #include <regex.h> /* POSIX.2 */
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <unistd.h> #include <unistd.h>
#include "scheme48.h" #include "scheme48.h"