diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-29 19:34:51 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-29 19:34:51 +0000 |
commit | ae141adb11f65bc5b56133b4540fa007aeb14a91 (patch) | |
tree | 8b5c373b1382ec8c9c78b6d04d49e50526ac28df /libchill/sendbuffer.c | |
parent | 317ab997bf9870b2d90fb92db665a799d9e03120 (diff) | |
download | gcc-ae141adb11f65bc5b56133b4540fa007aeb14a91.tar.gz |
* 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
Diffstat (limited to 'libchill/sendbuffer.c')
-rw-r--r-- | libchill/sendbuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libchill/sendbuffer.c b/libchill/sendbuffer.c index 7cfe5b0deb9..7ca229c81be 100644 --- a/libchill/sendbuffer.c +++ b/libchill/sendbuffer.c @@ -26,6 +26,7 @@ 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 <string.h> #include "rtltypes.h" #include "rts.h" |