OSDN Git Service

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 28809c3..554ed8e 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"