projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
285b845
)
Add missing #include <stddef.h> needed for offsetof when using glibc.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 25 Nov 2006 02:04:54 +0000 (
02:04
+0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/vsched.c
b/src/vsched.c
index
162c388
..
b97c654
100644
(file)
--- a/
src/vsched.c
+++ b/
src/vsched.c
@@
-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