summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oss.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/oss.c b/src/oss.c
index 12b4618..b45e178 100644
--- a/src/oss.c
+++ b/src/oss.c
@@ -29,6 +29,12 @@
#include <sys/uio.h>
#include <math.h>
#include <unistd.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <stdlib.h>
+#include <poll.h>
+#include <pthread.h>
+#include <semaphore.h>
#ifdef HAVE_MACHINE_SOUNDCARD_H
# include <machine/soundcard.h>
@@ -40,13 +46,6 @@
# endif
#endif
-#include <errno.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <poll.h>
-#include <pthread.h>
-#include <semaphore.h>
-
#include "canberra.h"
#include "common.h"
#include "driver.h"