mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4)
20 lines
439 B
C
20 lines
439 B
C
--- 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>
|