From ae141adb11f65bc5b56133b4540fa007aeb14a91 Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 29 May 2000 19:34:51 +0000 Subject: * concatstr.c, exh.c: Include stdlib.h and string.h. * delaycase.c, eqstr.c, memmove.c, printbuffer.c, printevent.c, sendbuffer.c, waitbuffer.c: Include string.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34255 138bc75d-0d04-0410-961f-82ee72b054a4 --- libchill/ltstr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libchill/ltstr.c') diff --git a/libchill/ltstr.c b/libchill/ltstr.c index 4f89284e5cd..7ddcfda5c3c 100644 --- a/libchill/ltstr.c +++ b/libchill/ltstr.c @@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */ This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ +#include + #define MIN(a, b) ((a) < (b) ? (a) : (b)) /* -- cgit v1.2.1