freebsd-ports/multimedia/kino/files/patch-src::audio_transitions.h
Pierre Beyssac 97eb0f8271 - Update to 0.7.1
- USE_GETTEXT=yes, USE_GNOME+=libxml2 as suggested by krion
2004-04-13 17:13:54 +00:00

12 lines
296 B
C

--- src/audio_transitions.h.orig Mon Dec 22 06:43:05 2003
+++ src/audio_transitions.h Tue Apr 13 11:22:03 2004
@@ -27,7 +27,8 @@
// C Includes
-#include <stdint.h>
+//#include <stdint.h>
+#include <sys/types.h>
#include <gtk/gtk.h>
/** Public interface for all audio transition classes.