* src/network_conf.c: Include <string.h> for declaration of memcmp.

This commit is contained in:
Jim Meyering
2008-10-28 17:45:41 +00:00
parent 05589b72c4
commit 9801d7c595
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <dirent.h>
#include "internal.h"