diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-02 17:50:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-02 17:50:10 +0000 |
commit | 7551b1c853b5159c2010375fe3f4eb552a8af116 (patch) | |
tree | af7d798e2a194bf70a3fb36a0ac9142e5b2ff9fa | |
parent | 8b450c76a46025df1fec174451058371c26635e1 (diff) | |
download | gst-plugins-bad-7551b1c853b5159c2010375fe3f4eb552a8af116.tar.gz gst-plugins-bad-7551b1c853b5159c2010375fe3f4eb552a8af116.tar.bz2 gst-plugins-bad-7551b1c853b5159c2010375fe3f4eb552a8af116.zip |
these needed fixing too
Original commit message from CVS:
these needed fixing too
-rw-r--r-- | ext/gsm/gstgsmdec.h | 2 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index 4cfab10d..d46c5cd1 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -25,7 +25,7 @@ #include <config.h> #include <gst/gst.h> -#include <gsm/gsm.h> +#include <gsm.h> #ifdef __cplusplus extern "C" { diff --git a/ext/gsm/gstgsmenc.h b/ext/gsm/gstgsmenc.h index c8a56adc..dcaa8566 100644 --- a/ext/gsm/gstgsmenc.h +++ b/ext/gsm/gstgsmenc.h @@ -25,7 +25,7 @@ #include <config.h> #include <gst/gst.h> -#include <gsm/gsm.h> +#include <gsm.h> #ifdef __cplusplus extern "C" { |