X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2Fsupport_aux.c;h=05c83e0b64ca24da7793b22a9b78e63a323f9852;hb=615390526d6598c4124370fdd77b55894413cd1d;hp=78cc495749f663b98d98490ec3b5c142c006a661;hpb=37a9506df9dab17552c6c34b62dc4295504b6c8c;p=nestedvm.git diff --git a/src/org/ibex/nestedvm/support_aux.c b/src/org/ibex/nestedvm/support_aux.c index 78cc495..05c83e0 100644 --- a/src/org/ibex/nestedvm/support_aux.c +++ b/src/org/ibex/nestedvm/support_aux.c @@ -11,9 +11,10 @@ #include #include #include -#include #include +#include + int _syscall_set_errno(struct _reent *ptr, int err) { ptr->_errno = -err; return -1;