conv.c did not compile anymore. Fix wrong header file inclusion.
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 11 Feb 2001 01:56:58 +0000 (01:56 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 11 Feb 2001 01:56:58 +0000 (01:56 +0000)
src/backend/utils/mb/conv.c

index 0d455a2223d212a70eaaef84f88bfc870876dbf3..a5578873df0b99d7f30a1d9496c0831e4a020d3f 100644 (file)
@@ -10,9 +10,7 @@
  *
  *
  */
-/* can be used in either frontend or backend */
-#include "postgres_fe.h"
-
+#include "postgres.h"
 #include "mb/pg_wchar.h"
 
 #ifdef UNICODE_CONVERSION