aboutsummaryrefslogtreecommitdiffstats
path: root/src/csn1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/csn1.cpp')
-rw-r--r--src/csn1.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csn1.cpp b/src/csn1.cpp
index b0ed73de..2dfa6cac 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))