aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-21 16:01:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-21 16:01:25 +0000
commitbfd4dad73482bd7c86cd9ddab27703f2699384eb (patch)
tree73ff07e1a7441a9fe823b219547f49354c2a3e64 /cdr
parentf08aca5fbb635944a66a7856c8466976b649d238 (diff)
Fix location of errmsg.h file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1393 f38db490-d61c-443f-a65b-d21fe96a405b
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"