Skip to content

Commit

Permalink
Merge pull request #14 from vzsg/alternative-include
Browse files Browse the repository at this point in the history
Fix CMySQL on Heroku
  • Loading branch information
loganwright authored May 31, 2017
2 parents 682b4fa + bdb7fb0 commit d931ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macos.pc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
prefix=/usr/local/opt/mysql
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/mysql
includedir=${prefix}/include
Name: MySQL
Description: MySQL client library
Version: 2.0
Expand Down
2 changes: 1 addition & 1 deletion shim.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef __CMYSQL_SHIM_H__
#define __CMYSQL_SHIM_H__

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

#endif

0 comments on commit d931ed6

Please sign in to comment.