summaryrefslogtreecommitdiff
path: root/include/libfdt_env.h
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-21 21:56:45 -0400
committerstefan <stefan@s00.xyz>2023-04-21 21:56:45 -0400
commit386ad4f82955d389ae347bc50f7efca5edb9d9a8 (patch)
treec18143b0a593e80145f003707a4eb29fa25d0f33 /include/libfdt_env.h
parenteff82c45c589b42061344039d5f2efc8ad7c52df (diff)
downloadsv-386ad4f82955d389ae347bc50f7efca5edb9d9a8.tar.gz
actually got libfdt working
Diffstat (limited to 'include/libfdt_env.h')
-rw-r--r--include/libfdt_env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libfdt_env.h b/include/libfdt_env.h
index 73b6d40..f99b2ff 100644
--- a/include/libfdt_env.h
+++ b/include/libfdt_env.h
@@ -10,7 +10,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
-#include <stdlib.h>
+//#include <stdlib.h>
#include <string.h>
#include <limits.h>