From 0366e1a3e594c7d23a65ba1c45421274af0957c2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 11 Feb 1999 01:36:55 +0000 Subject: [PATCH] Include on SunOS. (Does any other platform need it??) --- src/include/c.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/c.h b/src/include/c.h index d6929b593c..e2fbee150f 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -821,6 +821,7 @@ extern char *form(const char *fmt,...); #if defined(sun) && defined(sparc) && !defined(__SVR4) #define memmove(d, s, l) bcopy(s, d, l) #include +#include #endif /* These are for things that are one way on Unix and another on NT */ -- 2.39.5