summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/oss_audio_header.c
blob: 980eb69215d35b7ce0fc2218262b0fba6863b269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if HAVE_SOUNDCARD_H
#include <soundcard.h>
#endif

#if HAVE_SYS_SOUNDCARD_H
#include <sys/soundcard.h>
#endif

#ifdef OPEN_SOUND_SYSTEM
int main(void) {{ return 0; }}
#else
#error Not the real thing
#endif