Skip to content

Commit edf17b2

Browse files
committed
include the right header files
1 parent 7d9c4da commit edf17b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/odbc/odbc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
#include "php.h"
5151
#include "dl/phpdl.h"
5252
#include "ext/standard/php3_standard.h"
53-
#include "php3_unified_odbc.h"
54-
#include "head.h"
53+
#include "php3_odbc.h"
54+
#include "functions/head.h"
5555
#include "snprintf.h"
5656

5757
#if HAVE_UODBC

0 commit comments

Comments
 (0)