summaryrefslogtreecommitdiff
path: root/src/env/getenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/getenv.c')
-rw-r--r--src/env/getenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env/getenv.c b/src/env/getenv.c
index f2797798..a90d39cf 100644
--- a/src/env/getenv.c
+++ b/src/env/getenv.c
@@ -1,7 +1,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include "libc.h"
char *getenv(const char *name)
{