made it secure (go into chroot before accessing file)
[util-vserver.git] / util-vserver / src / chcontext.c
index af60dec..fda3602 100644 (file)
        does little more than mapping command line option to the system call
        arguments.
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+#include "compat.h"
+
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>