diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
commit | 4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch) | |
tree | 5c91dead4db4240f387ec65fb1a21194d79522ce /src/backend/tcop/fastpath.c | |
parent | d79bb2fd0ee968602421a1a8d87700204f070d52 (diff) |
Compile and warning cleanup
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r-- | src/backend/tcop/fastpath.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index 273caa49421..611adb3a19f 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.2 1996/11/03 06:52:32 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.3 1996/11/08 05:59:26 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -57,6 +57,8 @@ * *------------------------------------------------------------------------- */ +#include <string.h> + #include "postgres.h" #include "tcop/tcopdebug.h" |