Sequencer updates...

This commit is contained in:
Jaroslav Kysela 1998-12-27 00:58:42 +00:00
parent 5074f0459e
commit 4518e4ca8e
4 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@ sysinclude_HEADERS = asoundlib.h
# This is the order they will be concatenated into asoundlib.h!
#
header_files=header.h version.h error.h control.h mixer.h pcm.h rawmidi.h \
footer.h
seq.h footer.h
noinst_HEADERS=$(header_files)

View file

@ -23,6 +23,7 @@
#define __ASOUNDLIB_H
#include <linux/asound.h>
#include <linux/asequencer.h>
#include <unistd.h>
#include <fcntl.h>