diff options
-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" { |