small signed/unsigned fixes for pedantic warning setups
[util-vserver.git] / util-vserver / src / setctxlimit.c
index 499e691..e281401 100644 (file)
 
        It uses the same options as ulimit, when possible
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+#include "compat.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>