We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355e05a commit cf3aeb2Copy full SHA for cf3aeb2
src/backend/utils/adt/xml.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.29 2007/02/16 07:46:54 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.30 2007/02/16 10:42:31 petere Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -40,6 +40,10 @@
40
41
#include "postgres.h"
42
43
+#ifdef HAVE_STDINT_H
44
+#include <stdint.h>
45
+#endif
46
+
47
#ifdef USE_LIBXML
48
#include <libxml/chvalid.h>
49
#include <libxml/parser.h>
0 commit comments