[Freeswitch-svn] [commit] r2926 - freeswitch/trunk/libs
Freeswitch SVN
mikej at freeswitch.org
Sun Oct 1 19:58:06 EDT 2006
Author: mikej
Date: Sun Oct 1 19:58:05 2006
New Revision: 2926
Modified:
freeswitch/trunk/libs/portaudio.build.sh
Log:
typo
Modified: freeswitch/trunk/libs/portaudio.build.sh
==============================================================================
--- freeswitch/trunk/libs/portaudio.build.sh (original)
+++ freeswitch/trunk/libs/portaudio.build.sh Sun Oct 1 19:58:05 2006
@@ -30,7 +30,7 @@
+#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
More information about the Freeswitch-svn
mailing list