aboutsummaryrefslogtreecommitdiff
path: root/src/port/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/getopt.c')
-rw-r--r--src/port/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/getopt.c b/src/port/getopt.c
index 0d697cbd89c..512331d21c4 100644
--- a/src/port/getopt.c
+++ b/src/port/getopt.c
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
*/
-#include "postgres.h"
+#include "c.h"
#if defined(LIBC_SCCS) && !defined(lint)