Commit b1e891db authored by Tatsuo Ishii's avatar Tatsuo Ishii

Remove compiler warnings

parent 449b4cc1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* This file contains some public functions * This file contains some public functions
* usable for both the backend and the frontend. * usable for both the backend and the frontend.
* Tatsuo Ishii * 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 <stdlib.h>
#include <string.h> #include <string.h>
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#include "postgres.h"
#include "miscadmin.h"
#include "mb/pg_wchar.h" #include "mb/pg_wchar.h"
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment