From b000ebc270483cedbd97c381c9fb4a5bc3a13e82 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 1 Sep 2000 16:22:57 +0000 Subject: [PATCH] Fix for compile with --with-kernel configure option. --- test/Makefile.am | 2 +- test/midifile.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index e4436fd4..126348d2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -16,6 +16,6 @@ rawmidi_LDADD=../src/libasound.la midiloop_LDADD=../src/libasound.la INCLUDES=-I$(top_srcdir)/include -CFLAGS=-static -Wall -pipe -g +# CFLAGS=-static -Wall -pipe -g EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3 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 #include -char *strcpy (), *strcat (); +#include /*void exit(), free();*/ /* public stuff */ -- 2.47.1