]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix compilation warning
authorDaniel Lezcano <daniel.lezcano@free.fr>
Wed, 24 Feb 2010 09:57:42 +0000 (10:57 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 24 Feb 2010 09:57:42 +0000 (10:57 +0100)
Add missing include

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/state.c

index ba63805f3993d9553923f053588bc4bbfb5418b7..b29ae09d357687db919fd990139c0a6d63f78cdf 100644 (file)
@@ -26,7 +26,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/file.h>