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

Commit4da9c59

Browse files
author
Bryan Henderson
committed
Include stdio.h to fix Craig Anderson's compile problem.
1 parent86ab9a5 commit4da9c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/interfaces/libpq/libpq-fe.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: libpq-fe.h,v 1.12 1996/11/11 12:16:57 scrappy Exp $
9+
* $Id: libpq-fe.h,v 1.13 1996/11/22 04:39:53 bryanh Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -18,6 +18,7 @@
1818
extern"C" {
1919
#endif
2020

21+
#include<stdio.h>
2122
/* ----------------
2223
*include stuff common to fe and be
2324
* ----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp