We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0961b3 commit b99e3b0Copy full SHA for b99e3b0
src/utils/version.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.1 1996/11/11 13:51:57 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.2 1996/11/11 14:44:04 scrappy Exp $
11
12
* NOTES
13
* XXX eventually, should be able to handle version identifiers
@@ -24,6 +24,7 @@
24
#include <string.h>
25
#include <stdio.h>
26
#include <unistd.h>
27
+#include <errno.h>
28
29
#include "postgres.h"
30
0 commit comments