summaryrefslogtreecommitdiffstats
path: root/src/xregex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xregex.c')
-rw-r--r--src/xregex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xregex.c b/src/xregex.c
index 2d089b2..52f8222 100644
--- a/src/xregex.c
+++ b/src/xregex.c
@@ -3,11 +3,14 @@
#include "prelude.h"
#include "xregex.h"
+
#include "alloc.h"
+#include "bfs.h"
#include "bfstd.h"
#include "diag.h"
#include "sanity.h"
#include "thread.h"
+
#include <errno.h>
#include <pthread.h>
#include <stdlib.h>