summaryrefslogtreecommitdiff
path: root/src/env/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/putenv.c')
-rw-r--r--src/env/putenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env/putenv.c b/src/env/putenv.c
index 20f96022..dce8c828 100644
--- a/src/env/putenv.c
+++ b/src/env/putenv.c
@@ -1,7 +1,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include "libc.h"
static void dummy(char *old, char *new) {}
weak_alias(dummy, __env_rm_add);