mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix for compile with --with-kernel configure option.
This commit is contained in:
parent
164a3cda00
commit
b000ebc270
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
#include <stdio.h>
|
||||
#include <values.h>
|
||||
|
||||
char *strcpy (), *strcat ();
|
||||
#include <string.h>
|
||||
/*void exit(), free();*/
|
||||
|
||||
/* public stuff */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue