diff options
author | Tom Lane | 2004-10-22 22:33:58 +0000 |
---|---|---|
committer | Tom Lane | 2004-10-22 22:33:58 +0000 |
commit | 6e3cc2029d796f8c12be4da06c3fba7dc298098a (patch) | |
tree | eb1ecb49cc1d2cc3eb87fb2fc221e1cea412fdfb /src/include/miscadmin.h | |
parent | 521408a56f29d3331ca4b29660be339a5135044e (diff) |
Fix tsearch build problems.
Magnus Hagander
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 1bf019b557e..ec3ea9334d2 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.171 2004/10/18 19:08:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.172 2004/10/22 22:33:58 tgl Exp $ * * NOTES * some of the information in this file should be moved to other files. @@ -136,7 +136,7 @@ extern struct Port *MyProcPort; extern long MyCancelKey; extern char OutputFileName[]; -extern char my_exec_path[]; +extern DLLIMPORT char my_exec_path[]; extern char pkglib_path[]; #ifdef EXEC_BACKEND |