summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/util.h b/util.h
index 37c03fa..893651e 100644
--- a/util.h
+++ b/util.h
@@ -20,10 +20,9 @@
#ifndef BFS_UTIL_H
#define BFS_UTIL_H
-
+#include "regexp.h"
#include <fcntl.h>
#include <fnmatch.h>
-#include <regex.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>