]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/stdlib.h
Add some standard headers external code might need
[karo-tx-uboot.git] / include / stdlib.h
diff --git a/include/stdlib.h b/include/stdlib.h
new file mode 100644 (file)
index 0000000..6bc7fbb
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ *  Copyright (C) 2013 Google Inc.
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef __STDLIB_H_
+#define __STDLIB_H_
+
+#include <malloc.h>
+
+#endif /* __STDLIB_H_ */