]> granicus.if.org Git - postgresql/commitdiff
Add missing include errno.h
authorMarc G. Fournier <scrappy@hub.org>
Mon, 11 Nov 1996 14:44:04 +0000 (14:44 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 11 Nov 1996 14:44:04 +0000 (14:44 +0000)
src/utils/version.c

index 28809c372765eebc8bd013a2a8f5045735b8e970..554ed8e50ecf19c49ce3f0e1702a70c7eea811b3 100644 (file)
@@ -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"