mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
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.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
*--------
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "tuplelist.h"
|
||||
#include <stdlib.h>
|
||||
#include "tuple.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user