Changes RLC/MAC code from C++ to C
diff --git a/src/csn1.cpp b/src/csn1.cpp
index b0ed73d..2dfa6ca 100644
--- a/src/csn1.cpp
+++ b/src/csn1.cpp
@@ -33,7 +33,9 @@
 #include <assert.h>
 #include <string.h>
 #include "csn1.h"
+extern "C" {
 #include <gprs_debug.h>
+}
 
 
 #define pvDATA(_pv, _offset) ((void*) ((unsigned char*)_pv + _offset))