aboutsummaryrefslogtreecommitdiff
path: root/src/utils/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/version.c')
-rw-r--r--src/utils/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/version.c b/src/utils/version.c
index 47ef5684f6a..272ad2a1198 100644
--- a/src/utils/version.c
+++ b/src/utils/version.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.4 1997/02/14 04:19:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.5 1997/07/28 00:57:08 momjian Exp $
*
* NOTES
* XXX eventually, should be able to handle version identifiers
@@ -17,9 +17,9 @@
* stuff that does not cinterface.a
*-------------------------------------------------------------------------
*/
+#include <sys/types.h>
#include <sys/file.h>
#include <fcntl.h> /* For open() flags */
-#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <string.h>