diff options
Diffstat (limited to 'src/backend/storage/file/fd.c')
-rw-r--r-- | src/backend/storage/file/fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c index 34e8fe2a0e4..420606e6892 100644 --- a/src/backend/storage/file/fd.c +++ b/src/backend/storage/file/fd.c @@ -6,7 +6,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Id: fd.c,v 1.18 1997/05/23 02:56:48 vadim Exp $ + * $Id: fd.c,v 1.19 1997/07/28 00:54:52 momjian Exp $ * * NOTES: * @@ -37,6 +37,7 @@ *------------------------------------------------------------------------- */ +#include <sys/types.h> #include <stdio.h> #include <sys/file.h> #include <sys/param.h> @@ -44,7 +45,6 @@ #include <sys/stat.h> #include <string.h> #include <unistd.h> -#include <sys/types.h> #include <fcntl.h> #include "postgres.h" |