From: Takashi Iwai Date: Fri, 1 Sep 2000 16:22:57 +0000 (+0000) Subject: Fix for compile with --with-kernel configure option. X-Git-Tag: v1.0.3~1148 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b000ebc270483cedbd97c381c9fb4a5bc3a13e82;p=alsa-lib.git Fix for compile with --with-kernel configure option. --- 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 */