ports/multimedia/gstreamer/files/patch-gst_gstdatetime.c
Antoine Brodin 1464c30e05 Allow building with bison 3
PR:		ports/194680
2014-11-01 23:06:23 +00:00

12 lines
280 B
C

--- gst/gstdatetime.c.orig 2011-12-11 18:45:55 UTC
+++ gst/gstdatetime.c
@@ -21,8 +21,8 @@
#include "config.h"
#endif
-#include "glib-compat-private.h"
#include "gst_private.h"
+#include "glib-compat-private.h"
#include "gstdatetime.h"
#include <glib.h>
#include <math.h>