Include string.h for prototype of strcmp().

This commit is contained in:
delphij 2009-11-04 21:12:33 +00:00
parent 525a47d085
commit 0dbcd15dd2

View File

@ -35,6 +35,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include SESINC