Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b99e3b0

Browse files
committed
Add missing include errno.h
1 parent b0961b3 commit b99e3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/version.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.1 1996/11/11 13:51:57 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.2 1996/11/11 14:44:04 scrappy Exp $
1111
*
1212
* NOTES
1313
* XXX eventually, should be able to handle version identifiers
@@ -24,6 +24,7 @@
2424
#include <string.h>
2525
#include <stdio.h>
2626
#include <unistd.h>
27+
#include <errno.h>
2728

2829
#include "postgres.h"
2930

0 commit comments

Comments
 (0)