Skip to content

Commit

Permalink
Adding lib4d_sql/ to #include for https://bugs.php.net/bug.php?id=63902
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Nov 18, 2014
1 parent 3a8c310 commit 8e9b8cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions php_pdo_4d_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

/* $ Id: $ */
#include <fourd.h>
#include <lib4d_sql/fourd.h>
#include <ext/mbstring/mbstring.h>
#define FOURD_CHARSET_SERVEUR "UTF-16LE"

Expand Down Expand Up @@ -77,5 +77,4 @@ extern struct pdo_stmt_methods fourd_stmt_methods;
enum {
PDO_FOURD_ATTR_CHARSET = PDO_ATTR_DRIVER_SPECIFIC,
PDO_FOURD_ATTR_PREFERRED_IMAGE_TYPES,

};
};

0 comments on commit 8e9b8cc

Please sign in to comment.