From: Stig Bakken Date: Mon, 19 Apr 1999 17:24:25 +0000 (+0000) Subject: include the right header files X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf17b2a8fc2f98d0272f96f8781277854668c59;p=php include the right header files --- diff --git a/ext/odbc/odbc.c b/ext/odbc/odbc.c index df4287974e..e2bdc8464f 100644 --- a/ext/odbc/odbc.c +++ b/ext/odbc/odbc.c @@ -50,8 +50,8 @@ #include "php.h" #include "dl/phpdl.h" #include "ext/standard/php3_standard.h" -#include "php3_unified_odbc.h" -#include "head.h" +#include "php3_odbc.h" +#include "functions/head.h" #include "snprintf.h" #if HAVE_UODBC