Remove compiler warnings

This commit is contained in:
Tatsuo Ishii 2000-01-18 05:14:24 +00:00
parent 449b4cc177
commit b1e891dbd4
1 changed files with 3 additions and 1 deletions

View File

@ -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"
/*