aboutsummaryrefslogtreecommitdiffstats
path: root/include/unixstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unixstr.h')
-rw-r--r--include/unixstr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/unixstr.h b/include/unixstr.h
index 87069b7..1f275c2 100644
--- a/include/unixstr.h
+++ b/include/unixstr.h
@@ -1,7 +1,7 @@
// Include only if your UNIX compiler does not include stricmp but does include strcasecmp
/*
*
- * $Id: unixstr.h,v 1.2 2001/02/09 15:38:51 jansorg Exp $
+ * $Id: unixstr.h,v 1.3 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -22,7 +22,10 @@
#ifndef UNIXSTR_H
#define UNIXSTR_H
#include <string.h>
+#include <defs.h>
+SWORD_NAMESPACE_START
int stricmp (const char *s1, const char *s2);
+SWORD_NAMESPACE_END
#endif