Add missing #include <stddef.h> needed for offsetof when using glibc.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 25 Nov 2006 02:04:54 +0000 (02:04 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 25 Nov 2006 02:04:54 +0000 (02:04 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2405 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/vsched.c

index 162c388..b97c654 100644 (file)
@@ -31,6 +31,7 @@
 #include <dirent.h>
 #include <fcntl.h>
 #include <sys/stat.h>
+#include <stddef.h>
 
 #define ENSC_WRAPPERS_PREFIX   "vsched: "
 #define ENSC_WRAPPERS_VSERVER  1