summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmpte.h
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:30 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:30 +0000
commit8f041cc75220add1b0c53ba5994a22ee4b7efe03 (patch)
tree769e0f40af55f7697c0faa188ada8b3255ed858e /gst/smpte/gstsmpte.h
parent5012fef332c560c45c64160537a78cb265664ea5 (diff)
downloadgst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.gz
gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.bz2
gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.zip
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
Diffstat (limited to 'gst/smpte/gstsmpte.h')
-rw-r--r--gst/smpte/gstsmpte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h
index 40844209..2142c054 100644
--- a/gst/smpte/gstsmpte.h
+++ b/gst/smpte/gstsmpte.h
@@ -22,7 +22,7 @@
#define __GST_SMPTE_H__
#include <gst/gst.h>
-#include <gstmask.h>
+#include "gstmask.h"
#define GST_TYPE_SMPTE \
(gst_smpte_get_type())