diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:51:32 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:51:32 +0000 |
commit | 9dd4541616546c59571ffe2b95131387a165a438 (patch) | |
tree | 311b4b91d29c0c7f32190a907da9b4914b658575 /gst/videofilter/gstgamma.c | |
parent | e7045bdb872b8badc0fc1b1f7b878f0c465c0105 (diff) |
fix local includes and 64 bits constants
Original commit message from CVS:
fix local includes and 64 bits constants
Diffstat (limited to 'gst/videofilter/gstgamma.c')
-rw-r--r-- | gst/videofilter/gstgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c index e402c95e..5a7edf2b 100644 --- a/gst/videofilter/gstgamma.c +++ b/gst/videofilter/gstgamma.c @@ -31,7 +31,7 @@ #endif #include <gst/gst.h> -#include <gstvideofilter.h> +#include "gstvideofilter.h" #include <string.h> #include <math.h> |