summaryrefslogtreecommitdiffstats
path: root/src/ioq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioq.c')
-rw-r--r--src/ioq.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ioq.c b/src/ioq.c
index 00c3b86..37eed7d 100644
--- a/src/ioq.c
+++ b/src/ioq.c
@@ -126,13 +126,14 @@
#include "config.h"
#include "diag.h"
#include "dir.h"
-#include "sanity.h"
#include "stat.h"
#include "thread.h"
-#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
#include <pthread.h>
+#include <stdint.h>
#include <stdlib.h>
+#include <sys/stat.h>
#if BFS_USE_LIBURING
# include <liburing.h>