diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index dd54319..5a12739 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1446,6 +1446,7 @@ char *ctime (); #include "gbl-ctors.h" #include "gcov-io.h" +#include <string.h> static struct bb *bb_head; @@ -1723,8 +1724,6 @@ __bb_init_func (struct bb *blocks) #define MACHINE_STATE_RESTORE(ID) #endif -#include <string.h> - /* Number of buckets in hashtable of basic block addresses. */ #define BB_BUCKETS 311 |