From: Ian Lance Taylor Date: Wed, 5 Oct 1994 03:20:19 +0000 (+0000) Subject: Include on a POSIX system X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c46ceec1d3274565fa2d7bbef59ae931203bf619;p=gcc.git Include on a POSIX system From-SVN: r8218 --- diff --git a/gcc/protoize.c b/gcc/protoize.c index f79871ee251..8e914af9268 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -121,6 +121,7 @@ typedef char * const_pointer_type; #include #include #include +#include #else /* !defined(POSIX) */