summaryrefslogtreecommitdiff
path: root/cdr
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-21 16:01:25 +0000
committerMark Spencer <markster@digium.com>2003-08-21 16:01:25 +0000
commit2cedb10fa7ef3ab376c8789a5249ee62427861c1 (patch)
tree73ff07e1a7441a9fe823b219547f49354c2a3e64 /cdr
parent202f44e45a74b72162693e516587ec157757c1bd (diff)
Fix location of errmsg.h file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1393 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/cdr_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/cdr_mysql.c b/cdr/cdr_mysql.c
index a301509ff..b5cc8e51a 100755
--- a/cdr/cdr_mysql.c
+++ b/cdr/cdr_mysql.c
@@ -30,7 +30,7 @@
#include <time.h>
#include <mysql.h>
-#include <mysql/errmsg.h>
+#include <errmsg.h>
#define DATE_FORMAT "%Y-%m-%d %T"