Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb99e3b0

Browse files
committed
Add missing include errno.h
1 parentb0961b3 commitb99e3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/utils/version.c

Lines changed: 2 additions & 1 deletion
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/1113:51:57 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.2 1996/11/1114: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)

[8]ページ先頭

©2009-2025 Movatter.jp