Add missing #include <string.h>.
This commit is contained in:
parent
c46c84f66c
commit
b4a1ae5533
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue