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

Commitcf3aeb2

Browse files
committed
Add stdint.h include
1 parent355e05a commitcf3aeb2

File tree

1 file changed

+5
-1
lines changed
  • src/backend/utils/adt

1 file changed

+5
-1
lines changed

‎src/backend/utils/adt/xml.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.29 2007/02/1607:46:54 petere Exp $
10+
* $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.30 2007/02/1610:42:31 petere Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -40,6 +40,10 @@
4040

4141
#include"postgres.h"
4242

43+
#ifdefHAVE_STDINT_H
44+
#include<stdint.h>
45+
#endif
46+
4347
#ifdefUSE_LIBXML
4448
#include<libxml/chvalid.h>
4549
#include<libxml/parser.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp