aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-02 05:20:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-02 05:20:50 +0000
commit6e7527a0b5ca6b480c2b58f4e681a68cd66019df (patch)
tree910fb9cf9b2bc32025292f0b3822dbf73603450b /libsandbox.c
parenttouchups (diff)
downloadsandbox-6e7527a0b5ca6b480c2b58f4e681a68cd66019df.tar.gz
sandbox-6e7527a0b5ca6b480c2b58f4e681a68cd66019df.tar.bz2
sandbox-6e7527a0b5ca6b480c2b58f4e681a68cd66019df.zip
need to include config.h
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox.c')
-rw-r--r--libsandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsandbox.c b/libsandbox.c
index aa9bfed..6a2fd7c 100644
--- a/libsandbox.c
+++ b/libsandbox.c
@@ -49,6 +49,7 @@
# define __xmknod xxx___xmknod
#endif
+#include "config.h"
#include <dirent.h>
#include <dlfcn.h>
#include <errno.h>