]> granicus.if.org Git - postgresql/blobdiff - src/port/dirent.c
Remove redundant code for getnameinfo() replacement
[postgresql] / src / port / dirent.c
index 2efe8559785c1eed5f421a64fa7f3735739af4c7..162e40a21acc1d082b85236989d0ca350bd6020c 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  *-------------------------------------------------------------------------
  */
 
+#ifndef FRONTEND
 #include "postgres.h"
+#else
+#include "postgres_fe.h"
+#endif
+
 #include <dirent.h>