diff options
author | Takashi Iwai <tiwai@suse.de> | 2000-09-01 16:22:57 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2000-09-01 16:22:57 +0000 |
commit | b000ebc270483cedbd97c381c9fb4a5bc3a13e82 (patch) | |
tree | 06a515f4b537d6c006077786dadc0647687530a7 /test/midifile.c | |
parent | 164a3cda00da5e40362db6d4eeda72168f7ed049 (diff) |
Fix for compile with --with-kernel configure option.
Diffstat (limited to 'test/midifile.c')
-rw-r--r-- | test/midifile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/midifile.c b/test/midifile.c index 4b959b45..c0cb4470 100644 --- a/test/midifile.c +++ b/test/midifile.c @@ -73,7 +73,7 @@ #include <stdio.h> #include <values.h> -char *strcpy (), *strcat (); +#include <string.h> /*void exit(), free();*/ /* public stuff */ |