summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_code_file.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-01 13:01:55 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-01 13:01:55 +0000
commitee1810640304585bb8279934d087767e014fb326 (patch)
treedf9659c7ceaafcdb00f2546a23623ec1a1db9eed /mixlib/mix_code_file.c
parent52d5bd50bde2391c1847175514d8d95ec00b822f (diff)
downloadmdk-ee1810640304585bb8279934d087767e014fb326.tar.gz
mdk-ee1810640304585bb8279934d087767e014fb326.tar.bz2
including prototype for strlen (string.h)
Diffstat (limited to 'mixlib/mix_code_file.c')
-rw-r--r--mixlib/mix_code_file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mixlib/mix_code_file.c b/mixlib/mix_code_file.c
index 604f3cd..126c29d 100644
--- a/mixlib/mix_code_file.c
+++ b/mixlib/mix_code_file.c
@@ -19,6 +19,8 @@
*
*/
+#include <string.h>
+
#include "mix.h"
#include "xmix_io.h"
#include "mix_code_file.h"