summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--getcifsacl.c1
-rw-r--r--setcifsacl.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/getcifsacl.c b/getcifsacl.c
index d69d40a..123d11e 100644
--- a/getcifsacl.c
+++ b/getcifsacl.c
@@ -23,6 +23,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
+#include <endian.h>
#include <string.h>
#include <getopt.h>
#include <stdint.h>
diff --git a/setcifsacl.c b/setcifsacl.c
index 03ad331..b199118 100644
--- a/setcifsacl.c
+++ b/setcifsacl.c
@@ -38,6 +38,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
+#include <endian.h>
#include <string.h>
#include <getopt.h>
#include <stdint.h>