summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_symbol_table.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_symbol_table.c
parent52d5bd50bde2391c1847175514d8d95ec00b822f (diff)
downloadmdk-ee1810640304585bb8279934d087767e014fb326.tar.gz
mdk-ee1810640304585bb8279934d087767e014fb326.tar.bz2
including prototype for strlen (string.h)
Diffstat (limited to 'mixlib/mix_symbol_table.c')
-rw-r--r--mixlib/mix_symbol_table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mixlib/mix_symbol_table.c b/mixlib/mix_symbol_table.c
index 33874ea..4f33420 100644
--- a/mixlib/mix_symbol_table.c
+++ b/mixlib/mix_symbol_table.c
@@ -20,6 +20,8 @@
*/
#include <ctype.h> /* isdigit */
+#include <string.h>
+
#include "mix_symbol_table.h"
/* Create an empty table */