memcpy-bi.c: Include <string.h>

* gcc.c-torture/execute/memcpy-bi.c: Include <string.h>

From-SVN: r140073
This commit is contained in:
Jeff Law 2008-09-06 14:55:41 -06:00 committed by Jeff Law
parent 6aa1f8c190
commit 6ad9475ec8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-09-06 Jeff Law <law@redhat.com>
* gcc.c-torture/execute/memcpy-bi.c: Include <string.h>
2008-09-06 Tobias Burnus <burnus@net-b.de>
PR fortran/37399

View File

@ -1,4 +1,5 @@
/* Test builtin-memcpy (which may emit different code for different N). */
#include <string.h>
#define TESTSIZE 80