* 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

View File

@ -1,3 +1,7 @@
Tue Oct 28 10:22:22 +0100 2008 Jim Meyering <meyering@redhat.com>
* src/network_conf.c: Include <string.h> for declaration of memcmp.
Mon Oct 27 17:14:56 +0100 2008 Jim Meyering <meyering@redhat.com>
use ARRAY_CARDINALITY more

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"