example/subsystem_netconf.c: Add missing #include <string.h>

This commit is contained in:
Peter Stuge 2011-07-17 08:04:52 +02:00
parent f922df9e1b
commit b232eeb598

View File

@ -15,6 +15,7 @@
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>