Skip to content

Commit

Permalink
mxq_mysql: Fix include location of mysqld_error.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jun 15, 2015
1 parent 66ee959 commit 6aa0c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxq_mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <unistd.h>

#include <mysql.h>
#include <mysql/mysqld_error.h>
#include <mysqld_error.h>

#include <errno.h>

Expand Down

0 comments on commit 6aa0c2f

Please sign in to comment.