diff options
author | Stig Bakken <ssb@php.net> | 1999-04-19 17:24:25 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-19 17:24:25 +0000 |
commit | edf17b2a8fc2f98d0272f96f8781277854668c59 (patch) | |
tree | 77bbac90d879537e1179f9b98c4eb98f817918da | |
parent | 7d9c4da459f75cbeb9c81017ba9b1562ddc38d36 (diff) | |
download | php-git-edf17b2a8fc2f98d0272f96f8781277854668c59.tar.gz |
include the right header files
-rw-r--r-- | ext/odbc/odbc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |