diff options
Diffstat (limited to 'src/diag.h')
-rw-r--r-- | src/diag.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #ifndef BFS_DIAG_H #define BFS_DIAG_H -#include "config.h" +#include "prelude.h" #include <stdarg.h> /** |
index : bfs.git | ||
Breadth-first version of find | Tavian Barnes <tavianator@tavianator.com> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/diag.h | 2 |
@@ -8,7 +8,7 @@ #ifndef BFS_DIAG_H #define BFS_DIAG_H -#include "config.h" +#include "prelude.h" #include <stdarg.h> /** |