comparison src/OSS/OSS.h @ 1799:cae98a7eef82

OSS: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 12:47:30 -0500
parents 3da1b8942b8b
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1798:ef7894bd0c22 1799:cae98a7eef82
20 */ 20 */
21 21
22 #ifndef OSS_H 22 #ifndef OSS_H
23 #define OSS_H 23 #define OSS_H
24 24
25 #ifdef HAVE_CONFIG_H 25 #include "config.h"
26 # include "config.h"
27 #endif
28 26
29 #include <glib.h> 27 #include <glib.h>
30 28
31 #ifdef HAVE_SYS_SOUNDCARD_H 29 #ifdef HAVE_SYS_SOUNDCARD_H
32 #include <sys/soundcard.h> 30 #include <sys/soundcard.h>