Blob Blame History Raw
From 79c3f4ac561f69d4a3db07b539f45d1a8d912853 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 31 Mar 2010 11:52:52 +0400
Subject: [PATCH 01/18] Force to use system-wide GSM includes

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 core/plug-in/gsm/gsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/plug-in/gsm/gsm.c b/core/plug-in/gsm/gsm.c
index 286a989..3517e59 100644
--- a/core/plug-in/gsm/gsm.c
+++ b/core/plug-in/gsm/gsm.c
@@ -27,7 +27,7 @@
 
 #include "amci.h"
 #include "codecs.h"
-#include "gsm-1.0-pl10/inc/gsm.h"
+#include <gsm.h>
 #include "../../log.h"
 
 #include <stdlib.h>
-- 
1.8.0