From 5fb5537fa9bec93e52a92cf820d362e6a9c56c1c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 15 Feb 2021 12:24:33 -0500 Subject: sbat: make the includes work like everything else. Signed-off-by: Peter Jones --- sbat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbat.c') diff --git a/sbat.c b/sbat.c index f64d0f2c..3eaecdb8 100644 --- a/sbat.c +++ b/sbat.c @@ -3,7 +3,7 @@ * sbat.c - parse SBAT data from the .sbat section data */ -#include "sbat.h" +#include "shim.h" CHAR8 * get_sbat_field(CHAR8 *current, CHAR8 *end, const CHAR8 ** field, char delim) -- cgit v1.2.3