Include string.h for prototype of strcmp().

This commit is contained in:
Xin LI 2009-11-04 21:12:33 +00:00
parent 3ee5d7da8e
commit c2b1d5a3d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198929

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