blob: fc68d41e27c7391dca62841f9ae862f09dbd1253 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- src/xfmedia-xine.c.orig Thu Nov 30 17:49:55 2006
+++ src/xfmedia-xine.c Thu Nov 30 17:50:48 2006
@@ -38,14 +38,14 @@
#ifdef HAVE_MATH_H
#include <math.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
-#endif
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
|