use global include

This commit is contained in:
Bill Gesner
2020-11-06 20:12:15 +00:00
parent f195ffe74c
commit 1ecef83c7a

2
lfs.h
View File

@@ -9,7 +9,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "lfs_util.h"
#include <lfs_util.h>
#ifdef __cplusplus
extern "C"