summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_file.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-01 13:04:41 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-01 13:04:41 +0000
commit902d3cee56613ea25527423a7f7de1cf9d03da7b (patch)
treecb11fe41158bb8bfbc87b254cdcd2f22bec78da7 /mixlib/mix_file.c
parentee1810640304585bb8279934d087767e014fb326 (diff)
downloadmdk-902d3cee56613ea25527423a7f7de1cf9d03da7b.tar.gz
mdk-902d3cee56613ea25527423a7f7de1cf9d03da7b.tar.bz2
including prototype for strlen and strcmp (string.h)
Diffstat (limited to 'mixlib/mix_file.c')
-rw-r--r--mixlib/mix_file.c1
1 files changed, 1 insertions, 0 deletions
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"