diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-01 03:02:13 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-01 03:02:13 +0000 |
| commit | 1b1f2abf025e2ca5e4bd4c5dd68384056cc20e1e (patch) | |
| tree | 0285cca6b375a23d93c20efec03cb9adec30f0e0 /libgo/go/bytes | |
| parent | ce281ff30962b2b133ebf345e4a8654ad39ad768 (diff) | |
| download | ppe42-gcc-1b1f2abf025e2ca5e4bd4c5dd68384056cc20e1e.tar.gz ppe42-gcc-1b1f2abf025e2ca5e4bd4c5dd68384056cc20e1e.zip | |
compiler, runtime: More steps toward separating int and intgo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193059 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/bytes')
| -rw-r--r-- | libgo/go/bytes/indexbyte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/bytes/indexbyte.c b/libgo/go/bytes/indexbyte.c index 8986d1056e0..9c72e611a80 100644 --- a/libgo/go/bytes/indexbyte.c +++ b/libgo/go/bytes/indexbyte.c @@ -6,6 +6,7 @@ #include <stddef.h> +#include "runtime.h" #include "array.h" /* This is in C so that the compiler can optimize it appropriately. |

