*** dist/postgresql-8.2.0/src/backend/utils/adt/oracle_compat.c Fri Jul 14 09:59:19 2006 --- postgresql-8.2.0/src/backend/utils/adt/oracle_compat.c Sun Feb 25 01:02:23 2007 *************** *** 28,33 **** --- 28,35 ---- #include #endif + #include + #include "utils/builtins.h" #include "utils/pg_locale.h" #include "mb/pg_wchar.h" *** dist/postgresql-8.2.0/src/backend/utils/init/postinit.c Sun Nov 5 14:42:09 2006 --- postgresql-8.2.0/src/backend/utils/init/postinit.c Sun Feb 25 01:05:40 2007 *************** *** 18,23 **** --- 18,25 ---- #include #include + #include + #include "access/heapam.h" #include "access/xact.h" #include "catalog/catalog.h" *** dist/postgresql-8.2.0/src/bin/psql/startup.c Tue Oct 3 17:30:06 2006 --- postgresql-8.2.0/src/bin/psql/startup.c Sun Feb 25 01:10:05 2007 *************** *** 19,24 **** --- 19,26 ---- #include #endif /* WIN32 */ + #include + #include "getopt_long.h" #ifndef HAVE_INT_OPTRESET *** dist/postgresql-8.2.0/src/timezone/zic.c Tue Oct 24 08:11:03 2006 --- postgresql-8.2.0/src/timezone/zic.c Sat Feb 24 10:08:49 2007 *************** *** 13,18 **** --- 13,19 ---- #endif #include #include + #include extern int optind; extern char *optarg;