summaryrefslogtreecommitdiffstats
path: root/dss1.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2010-03-11 16:27:28 +0100
committerAndreas Eversberg2010-03-11 16:27:28 +0100
commitc4fcb0668c607cb0135444274ff62572cf6111c4 (patch)
tree12bbee0747bfa9c06b517741f1317e4e02696b8a /dss1.cpp
parentFixed compiler warnings when compiling with gcc 4.3.4. (diff)
downloadlcr-c4fcb0668c607cb0135444274ff62572cf6111c4.tar.gz
lcr-c4fcb0668c607cb0135444274ff62572cf6111c4.tar.xz
lcr-c4fcb0668c607cb0135444274ff62572cf6111c4.zip
Fixed includes to latest mISDNuser structures.
modified: Makefile.am modified: Makefile.in modified: README modified: bchannel.c modified: dss1.cpp modified: mISDN.cpp modified: main.h
Diffstat (limited to 'dss1.cpp')
-rw-r--r--dss1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dss1.cpp b/dss1.cpp
index 3bcf410..d1430dc 100644
--- a/dss1.cpp
+++ b/dss1.cpp
@@ -15,7 +15,7 @@
//#include <sys/socket.h>
extern "C" {
}
-#include <q931.h>
+#include <mISDN/q931.h>
extern unsigned int mt_assign_pid;
#include "ie.cpp"