summaryrefslogtreecommitdiffstats
path: root/src/typo.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-28 09:55:24 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-28 17:33:20 -0400
commitd1febdd40faf2f66a901c42377a6b6efaad1449c (patch)
tree8dfb2e35de0f7064753ff923491b5914a8046018 /src/typo.c
parent4890e2754c238c51497a19b67fb2458ef108f558 (diff)
downloadbfs-d1febdd40faf2f66a901c42377a6b6efaad1449c.tar.xz
prelude: Split bfs-specific utilities into new bfs.h header
Diffstat (limited to 'src/typo.c')
-rw-r--r--src/typo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typo.c b/src/typo.c
index b1c5c44..7b359c4 100644
--- a/src/typo.c
+++ b/src/typo.c
@@ -2,6 +2,7 @@
// SPDX-License-Identifier: 0BSD
#include "typo.h"
+
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>