comparison src/alsa/init.c @ 36:b223a90f8a9a trunk

[svn] - build fixes.
author yaz
date Mon, 18 Sep 2006 08:59:51 -0700
parents 3da1b8942b8b
children 63feceeb3799
comparison
equal deleted inserted replaced
35:33ed88fef9f5 36:b223a90f8a9a
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 */ 18 */
19 #include <glib.h>
19 #include "audacious/main.h" 20 #include "audacious/main.h"
20 #include "alsa.h" 21 #include "alsa.h"
21 #include <dlfcn.h> 22 #include <dlfcn.h>
22 #include <ctype.h> 23 #include <ctype.h>
23 24