diff options
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 50ba2a2492..e35a404acb 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -43,7 +43,6 @@ # include <sys/socket.h> # define signal(a, b) NULL #else -# include "build-defs.h" # if HAVE_SIGNAL_H # include <signal.h> # endif |