git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2926 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-10-01 23:58:05 +00:00
parent 4d230d08e7
commit e0cd293e83

View File

@ -30,7 +30,7 @@ patch <<__EOF__
+#elif defined(__FreeBSD__) || defined(NetBSD)
+#include <sys/soundcard.h>
+#elif defined(__OpenBSD__)
+#include <soundard.h>
+#include <soundcard.h>
#else
#include <machine/soundcard.h> /* JH20010905 */
#endif