]> granicus.if.org Git - php/commitdiff
include the right header files
authorStig Bakken <ssb@php.net>
Mon, 19 Apr 1999 17:24:25 +0000 (17:24 +0000)
committerStig Bakken <ssb@php.net>
Mon, 19 Apr 1999 17:24:25 +0000 (17:24 +0000)
ext/odbc/odbc.c

index df4287974e156e1b3a2742f481d589ecd4bc6f27..e2bdc8464f378a248f8bb30964f82a2704ef4c29 100644 (file)
@@ -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