summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/defines.h b/common/defines.h
index 55829c2..e5e7e7d 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -51,6 +51,7 @@
char* strupr(char* string);
char* strlwr(char* string);
+int stricmp(const char* str1, const char* str2);
#endif