summaryrefslogtreecommitdiff
path: root/src/backend/port/nextstep/port.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-15 23:04:24 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-15 23:04:24 +0000
commita9591ce66aa69e82196800b0f4f7b6e35aea8e49 (patch)
tree297fe17b4ac326fa1078134f10099c074e4052e0 /src/backend/port/nextstep/port.c
parent2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (diff)
downloadpostgresql-a9591ce66aa69e82196800b0f4f7b6e35aea8e49.tar.gz
Change #include's to use <> and "" as appropriate.
Diffstat (limited to 'src/backend/port/nextstep/port.c')
-rw-r--r--src/backend/port/nextstep/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/nextstep/port.c b/src/backend/port/nextstep/port.c
index 6e83e25d71..6ef1b126f4 100644
--- a/src/backend/port/nextstep/port.c
+++ b/src/backend/port/nextstep/port.c
@@ -1,5 +1,5 @@
#ifndef _POSIX_SOURCE
-#include <libc.h>
+#include "libc.h"
#else
#include <unistd.h>
#include <stdlib.h>