summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--__root__/ccs-flatten/resgroup.h1
-rw-r--r--__root__/ccs-flatten/resrules.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/__root__/ccs-flatten/resgroup.h b/__root__/ccs-flatten/resgroup.h
index 50db8e0..871c10f 100644
--- a/__root__/ccs-flatten/resgroup.h
+++ b/__root__/ccs-flatten/resgroup.h
@@ -8,7 +8,6 @@
# include <string.h>
# include <unistd.h>
# include <sys/types.h>
-# include <errno.h>
/* Requests */
# define RG_SUCCESS 0
diff --git a/__root__/ccs-flatten/resrules.c b/__root__/ccs-flatten/resrules.c
index cb7bd02..2f4d924 100644
--- a/__root__/ccs-flatten/resrules.c
+++ b/__root__/ccs-flatten/resrules.c
@@ -26,6 +26,7 @@
#include <sys/stat.h>
#include <ctype.h>
#include <dirent.h>
+#include <errno.h>
#include <glob.h>
#include <libgen.h>
#include <limits.h>