From 968d7733a19cda3db16947024bd335d877b3d9c3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2001 14:07:50 +0000 Subject: Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of places that were including the wrong files. --- src/interfaces/odbc/socket.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/interfaces/odbc/socket.h') diff --git a/src/interfaces/odbc/socket.h b/src/interfaces/odbc/socket.h index b4a55e57db6..b24be9504d4 100644 --- a/src/interfaces/odbc/socket.h +++ b/src/interfaces/odbc/socket.h @@ -9,9 +9,7 @@ #ifndef __SOCKET_H__ #define __SOCKET_H__ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "psqlodbc.h" #ifndef WIN32 #include -- cgit v1.2.3