diff options
Diffstat (limited to 'src/port/dirent.c')
-rw-r--r-- | src/port/dirent.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/port/dirent.c b/src/port/dirent.c index 9e1d1317ef..6219ccb469 100644 --- a/src/port/dirent.c +++ b/src/port/dirent.c @@ -13,7 +13,12 @@ *------------------------------------------------------------------------- */ +#ifndef FRONTEND #include "postgres.h" +#else +#include "postgres_fe.h" +#endif + #include <dirent.h> |