changeset 5857:d9641a4e7dbb

10l pl =)
author atmos4
date Sat, 27 Apr 2002 08:38:33 +0000
parents d379fe9cefec
children 81bf7e6b98b2
files libao2/ao_alsa1x.c libao2/ao_alsa9.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_alsa1x.c	Sat Apr 27 08:00:41 2002 +0000
+++ b/libao2/ao_alsa1x.c	Sat Apr 27 08:38:33 2002 +0000
@@ -13,6 +13,8 @@
 
 #include <errno.h>
 
+#include "../config.h"
+
 #if HAVE_SYS_ASOUNDLIB_H
 #include <sys/asoundlib.h>
 #elif HAVE_ALSA_ASOUNDLIB_H
@@ -21,8 +23,6 @@
 #error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
 #endif
 
-#include "../config.h"
-
 #include "audio_out.h"
 #include "audio_out_internal.h"
 #include "afmt.h"
--- a/libao2/ao_alsa9.c	Sat Apr 27 08:00:41 2002 +0000
+++ b/libao2/ao_alsa9.c	Sat Apr 27 08:38:33 2002 +0000
@@ -13,6 +13,8 @@
 
 #include <errno.h>
 
+#include "../config.h"
+
 #if HAVE_SYS_ASOUNDLIB_H
 #include <sys/asoundlib.h>
 #elif HAVE_ALSA_ASOUNDLIB_H
@@ -21,8 +23,6 @@
 #error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
 #endif
 
-#include "../config.h"
-
 #include "audio_out.h"
 #include "audio_out_internal.h"
 #include "afmt.h"