Merged to master at 4d763c663adc..687a3b7382a9 (from, to] You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/4d763c663adc...687a3b7382a9
On 2015-12-17 at 13:59 Barret Rhoden <[email protected]> wrote: > Rebuild glibc. A full make xcc-upgrade-from-scratch should work. > > Signed-off-by: Barret Rhoden <[email protected]> > --- > > This fixed the problem for me. > > .../gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c > | 2 ++ 1 file changed, 2 insertions(+) > > diff --git > a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c > b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c > index b84efa7aea3d..cda7c50ed6f8 100644 --- > a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c > +++ > b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/parlib-compat.c > @@ -4,6 +4,8 @@ */ #include <libc-symbols.h> > +#include <ros/common.h> > +#include <ros/trapframe.h> > #include <parlib/stdio.h> > #include <parlib/assert.h> > #include <stdbool.h> -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
