summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-28 18:45:10 +0000
committerSascha Schumann <sas@php.net>1999-12-28 18:45:10 +0000
commita20c76fcbce779b1040a018d4d17f8661e5af595 (patch)
tree570ee8aa3315e9f4482db21eb7ec5a7f3a80d87e /ext/mysql/php_mysql.c
parent3238c7ec2c24d124f72a736b36e9df58e4a20de9 (diff)
downloadphp-git-a20c76fcbce779b1040a018d4d17f8661e5af595.tar.gz
Add neccessary includes
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index d7363f8f3b..c63df6da0f 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -28,7 +28,8 @@
#include "php_globals.h"
#include "php_mysql.h"
#include "php_globals.h"
-
+#include "ext/standard/info.h"
+#include "ext/standard/php_string.h"
#if WIN32|WINNT
#include <winsock.h>