Fixed correctness in stdio, minor changes in ls to handle dirs with negative sizes
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / env.c
index c0f8ea3..3dca4df 100644 (file)
@@ -1,8 +1,9 @@
 /*
-AcessOS C Library
-- Environment Handler
+ * Acess C Library
+ * - Environment Handler
 */
 #include <stdlib.h>
+#include <string.h>
 
 // === GLOBALS ===
 char **_envp = NULL;

UCC git Repository :: git.ucc.asn.au