aboutsummaryrefslogtreecommitdiffstats
path: root/src/utilfuns/unixstr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilfuns/unixstr.cpp')
-rw-r--r--src/utilfuns/unixstr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utilfuns/unixstr.cpp b/src/utilfuns/unixstr.cpp
index 7a975a2..6d9c330 100644
--- a/src/utilfuns/unixstr.cpp
+++ b/src/utilfuns/unixstr.cpp
@@ -2,6 +2,8 @@
#include <unixstr.h>
+SWORD_NAMESPACE_START
int stricmp(const char *s1, const char *s2) {
return strcasecmp(s1, s2);
}
+SWORD_NAMESPACE_END