From 5212c26ae12f01ec5fd66f8a3fcb41fb03c43e98 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 13 Apr 2017 23:19:35 -0400 Subject: util.h: Don't use a forward reference to enum bftw_typeflag Apparently that's not allowed in standard C. --- util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util.h b/util.h index ddc01e5..fa3e247 100644 --- a/util.h +++ b/util.h @@ -12,6 +12,7 @@ #ifndef BFS_UTIL_H #define BFS_UTIL_H +#include "bftw.h" #include #include #include -- cgit v1.2.3