summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/blocks.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx
index 4ecfe665f..edc48be39 100644
--- a/test/blocks.cxx
+++ b/test/blocks.cxx
@@ -35,7 +35,6 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include <sys/time.h>
#include <math.h>
// Audio headers...
@@ -43,6 +42,7 @@
#ifndef WIN32
# include <unistd.h>
+# include <sys/time.h>
#endif // !WIN32
#ifdef HAVE_ALSA_ASOUNDLIB_H