summaryrefslogtreecommitdiff
path: root/laden/string.c
diff options
context:
space:
mode:
authormarcus <marcus>2003-09-07 22:13:04 +0000
committermarcus <marcus>2003-09-07 22:13:04 +0000
commit3e7717ecf8c191a5e3c2fd865df18a20a407dfdd (patch)
tree8d34cff9d12a5022825f1acde56f06be260d854f /laden/string.c
parent103f3951ba2e4ae7c1c39ad9c7d71a1df23586c9 (diff)
Small cleanups.
Diffstat (limited to 'laden/string.c')
-rw-r--r--laden/string.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/laden/string.c b/laden/string.c
index aafc8bc..5ebe928 100644
--- a/laden/string.c
+++ b/laden/string.c
@@ -18,6 +18,13 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "string.h"
+
+
int
strcmp (const char *s1, const char *s2)
{