summaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-03-11 16:27:28 +0100
committerAndreas Eversberg2010-03-11 16:27:28 +0100
commitc4fcb0668c607cb0135444274ff62572cf6111c4 (patch)
tree12bbee0747bfa9c06b517741f1317e4e02696b8a /main.h
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 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 9b750e1..7f34911 100644
--- a/main.h
+++ b/main.h
@@ -131,7 +131,7 @@ void debug(const char *function, int line, const char *prefix, char *buffer);
#ifdef __cplusplus
extern "C" {
#endif
-#include <mbuffer.h>
+#include <mISDN/mbuffer.h>
#ifdef __cplusplus
}
#endif