Skip to content

Commit b1e891d

Browse files
committed
Remove compiler warnings
1 parent 449b4cc commit b1e891d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/utils/mb/common.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file contains some public functions
33
* usable for both the backend and the frontend.
44
* Tatsuo Ishii
5-
* $Id: common.c,v 1.7 1999/07/19 06:25:38 momjian Exp $ */
5+
* $Id: common.c,v 1.8 2000/01/18 05:14:24 ishii Exp $ */
66

77
#include <stdlib.h>
88
#include <string.h>
@@ -13,6 +13,8 @@
1313
#include <unistd.h>
1414
#endif
1515

16+
#include "postgres.h"
17+
#include "miscadmin.h"
1618
#include "mb/pg_wchar.h"
1719

1820
/*

0 commit comments

Comments
 (0)