summaryrefslogtreecommitdiff
path: root/laden/string.c
diff options
context:
space:
mode:
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)
{