summaryrefslogtreecommitdiffstats
path: root/src/bfstd.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-05-11 10:12:35 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-05-11 13:14:04 -0400
commit59f87eed2b930af2f31fd1d1fb2589f80f426ee0 (patch)
tree1563b95fab7fb09da5f629704315785ec0a60e64 /src/bfstd.h
parent87d8d5928325f951f40b5f87292a17586b85943b (diff)
downloadbfs-59f87eed2b930af2f31fd1d1fb2589f80f426ee0.tar.xz
config: Provide <stdalign.h> and <stdbool.h>
In anticipation of C23, since those headers won't be necessary any more.
Diffstat (limited to 'src/bfstd.h')
-rw-r--r--src/bfstd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bfstd.h b/src/bfstd.h
index 028e4e6..e4fd1f1 100644
--- a/src/bfstd.h
+++ b/src/bfstd.h
@@ -8,7 +8,7 @@
#ifndef BFS_BFSTD_H
#define BFS_BFSTD_H
-#include <stdbool.h>
+#include "config.h"
#include <stddef.h>
// #include <errno.h>