diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-04-01 13:04:41 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-04-01 13:04:41 +0000 |
commit | 902d3cee56613ea25527423a7f7de1cf9d03da7b (patch) | |
tree | cb11fe41158bb8bfbc87b254cdcd2f22bec78da7 | |
parent | ee1810640304585bb8279934d087767e014fb326 (diff) | |
download | mdk-902d3cee56613ea25527423a7f7de1cf9d03da7b.tar.gz mdk-902d3cee56613ea25527423a7f7de1cf9d03da7b.tar.bz2 |
including prototype for strlen and strcmp (string.h)
-rw-r--r-- | mixlib/mix_file.c | 1 |
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" |