diff options
Diffstat (limited to 'libgo/runtime/proc.c')
-rw-r--r-- | libgo/runtime/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/proc.c b/libgo/runtime/proc.c index 521bcd648cc..8af6935b37b 100644 --- a/libgo/runtime/proc.c +++ b/libgo/runtime/proc.c @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. #include "runtime.h" +#include "arch.h" #include "malloc.h" /* so that acid generated from proc.c includes malloc data structures */ typedef struct Sched Sched; |