summaryrefslogtreecommitdiffstats
path: root/src/ao_polyp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_polyp.c')
-rw-r--r--src/ao_polyp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ao_polyp.c b/src/ao_polyp.c
index dd0b43c..b50c4ef 100644
--- a/src/ao_polyp.c
+++ b/src/ao_polyp.c
@@ -19,6 +19,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <assert.h>
#include <string.h>
#include <signal.h>
@@ -27,10 +31,6 @@
#include <ao/ao.h>
#include <ao/plugin.h>
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/* Unfortunately libao doesn't allow "const" for these structures... */
static char * ao_polyp_options[] = {
"server",