aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-10 08:34:52 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-10 08:34:52 +1000
commita2c70f495e94faf948a13162000ad580c0453522 (patch)
treea1b945a9ac7c88d317168e16e6e2dfaa630a7924 /env_universal_common.c
parentb11f366bb0e5e165bd623cb26ce73b3dc564f1d3 (diff)
Use string.h not strings.h in all cases
darcs-hash:20060809223452-ac50b-67c4b5af37ebd17ff6d7c1403ff3231272f35465.gz
Diffstat (limited to 'env_universal_common.c')
-rw-r--r--env_universal_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal_common.c b/env_universal_common.c
index 475b80a8..ba798867 100644
--- a/env_universal_common.c
+++ b/env_universal_common.c
@@ -11,7 +11,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
-#include <strings.h>
+#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>