From 902d3cee56613ea25527423a7f7de1cf9d03da7b Mon Sep 17 00:00:00 2001
From: Jose Antonio Ortega Ruiz <jao@gnu.org>
Date: Sun, 1 Apr 2001 13:04:41 +0000
Subject: including prototype for strlen and strcmp (string.h)

---
 mixlib/mix_file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mixlib/mix_file.c b/mixlib/mix_file.c
index 023f4ef..6ee88ec 100644
--- a/mixlib/mix_file.c
+++ b/mixlib/mix_file.c
@@ -19,6 +19,7 @@
  *  
  */
 
+#include <string.h>
 
 #include "xmix_io.h"
 #include "mix_file.h"
-- 
cgit v1.2.3