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 /ext/gsm/gstgsmenc.h | |
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
Diffstat (limited to 'ext/gsm/gstgsmenc.h')
-rw-r--r-- | ext/gsm/gstgsmenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" { |