Fix for compile with --with-kernel configure option.

This commit is contained in:
Takashi Iwai 2000-09-01 16:22:57 +00:00
parent 164a3cda00
commit b000ebc270
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@ rawmidi_LDADD=../src/libasound.la
midiloop_LDADD=../src/libasound.la midiloop_LDADD=../src/libasound.la
INCLUDES=-I$(top_srcdir)/include 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 EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3

View file

@ -73,7 +73,7 @@
#include <stdio.h> #include <stdio.h>
#include <values.h> #include <values.h>
char *strcpy (), *strcat (); #include <string.h>
/*void exit(), free();*/ /*void exit(), free();*/
/* public stuff */ /* public stuff */