diff options
author | Brian Cameron <brian.cameron@sun.com> | 2003-07-15 13:17:20 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2003-07-15 13:17:20 +0000 |
commit | d1019eb046385b62b1a62f467ae8841b238dfc19 (patch) | |
tree | 4b0f2a9abf36a9f8c079f9a79c3e6df97380001c /gst/rtp/gstrtpgsmparse.c | |
parent | 57e8b7aba97b3a53ee8365de222ba7ad0e8a6130 (diff) |
Added #include of config.h so that they symbol "VERSION" could be found.
Original commit message from CVS:
Added #include of config.h so that they symbol "VERSION" could be found.
Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes
in the debug logic. Now this plugin compiles.
Diffstat (limited to 'gst/rtp/gstrtpgsmparse.c')
-rw-r--r-- | gst/rtp/gstrtpgsmparse.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c index 814cc680..79401061 100644 --- a/gst/rtp/gstrtpgsmparse.c +++ b/gst/rtp/gstrtpgsmparse.c @@ -12,6 +12,10 @@ * Library General Public License for more */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <string.h> #include "gstrtpgsmparse.h" #include "gstrtp-common.h" |