summaryrefslogtreecommitdiffstats
path: root/fsade.c
diff options
context:
space:
mode:
Diffstat (limited to 'fsade.c')
-rw-r--r--fsade.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fsade.c b/fsade.c
index efe5092..b56a11d 100644
--- a/fsade.c
+++ b/fsade.c
@@ -18,8 +18,9 @@
#include "bftw.h"
#include "dstring.h"
#include "util.h"
-#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
+#include <stddef.h>
#include <unistd.h>
#if BFS_CAN_CHECK_ACL