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

Commit 966a4ca

Browse files
committed
Add missing #include <errno.h>, per gripe from Alessio Bragadini.
1 parent 676a7c0 commit 966a4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/main/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
*
1414
*
1515
* IDENTIFICATION
16-
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.54 2002/09/04 20:31:19 momjian Exp $
16+
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.55 2002/10/31 22:37:19 tgl Exp $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
2020
#include "postgres.h"
2121

22+
#include <errno.h>
2223
#include <pwd.h>
2324
#include <unistd.h>
2425
#include <locale.h>

0 commit comments

Comments
 (0)