Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eadf5dc

Browse files
committed
#include "postgres.h" exists in most .c files in system, so adding
#include "config.h" here will (should?) ensure that any platform dependencies defined in config.h should be reflected in all .c files...
1 parent 5a8820e commit eadf5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/include/postgres.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1995, Regents of the University of California
88
*
9-
* $Id: postgres.h,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $
9+
* $Id: postgres.h,v 1.2 1996/08/27 22:00:21 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -36,6 +36,7 @@
3636
#ifndef POSTGRES_H
3737
#define POSTGRES_H
3838

39+
#include "config.h"
3940
#include "c.h"
4041

4142
/* ----------------------------------------------------------------

0 commit comments

Comments
 (0)