diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2000-01-18 05:14:24 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2000-01-18 05:14:24 +0000 |
commit | b1e891dbd46147359ac50fa58b07d114f5e29601 (patch) | |
tree | 875cce9acec01928b36c53c0584af80aeb592524 | |
parent | 449b4cc177dfb39e7b79dab2d9dfb22b9e0b9f9a (diff) | |
download | postgresql-b1e891dbd46147359ac50fa58b07d114f5e29601.tar.gz postgresql-b1e891dbd46147359ac50fa58b07d114f5e29601.zip |
Remove compiler warnings
-rw-r--r-- | src/backend/utils/mb/common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/utils/mb/common.c b/src/backend/utils/mb/common.c index 33ef6398283..2927bc5e946 100644 --- a/src/backend/utils/mb/common.c +++ b/src/backend/utils/mb/common.c @@ -2,7 +2,7 @@ * This file contains some public functions * usable for both the backend and the frontend. * Tatsuo Ishii - * $Id: common.c,v 1.7 1999/07/19 06:25:38 momjian Exp $ */ + * $Id: common.c,v 1.8 2000/01/18 05:14:24 ishii Exp $ */ #include <stdlib.h> #include <string.h> @@ -13,6 +13,8 @@ #include <unistd.h> #endif +#include "postgres.h" +#include "miscadmin.h" #include "mb/pg_wchar.h" /* |