projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0961b3
)
Add missing include errno.h
author
Marc G. Fournier
<scrappy@hub.org>
Mon, 11 Nov 1996 14:44:04 +0000
(14:44 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Mon, 11 Nov 1996 14:44:04 +0000
(14:44 +0000)
src/utils/version.c
patch
|
blob
|
history
diff --git
a/src/utils/version.c
b/src/utils/version.c
index 28809c372765eebc8bd013a2a8f5045735b8e970..554ed8e50ecf19c49ce3f0e1702a70c7eea811b3 100644
(file)
--- 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.
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 $
*
* NOTES
* XXX eventually, should be able to handle version identifiers
@@
-24,6
+24,7
@@
#include <string.h>
#include <stdio.h>
#include <unistd.h>
+#include <errno.h>
#include "postgres.h"