summaryrefslogtreecommitdiffstats
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/audio_tx.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/audio/audio_tx.h b/src/audio/audio_tx.h
index a51ef9a..20daebc 100644
--- a/src/audio/audio_tx.h
+++ b/src/audio/audio_tx.h
@@ -30,11 +30,16 @@
#include "rtp_telephone_event.h"
#include "user.h"
#include "threads/mutex.h"
-#include "gsm/inc/gsm.h"
#include "audio_device.h"
#include "twinkle_rtp_session.h"
#include "twinkle_config.h"
+#ifdef HAVE_GSM
+#include <gsm/gsm.h>
+#else
+#include "gsm/inc/gsm.h"
+#endif
+
using namespace std;
using namespace ost;