File xen-glibc217.patch of Package xen
Index: xen-4.2.0-testing/tools/debugger/gdbsx/xg/xg_main.c =================================================================== --- xen-4.2.0-testing.orig/tools/debugger/gdbsx/xg/xg_main.c +++ xen-4.2.0-testing/tools/debugger/gdbsx/xg/xg_main.c @@ -34,6 +34,7 @@ * XGTRC(): generic trace utility */ +#include <sys/types.h> #include <stdio.h> #include <stddef.h> #include <stdarg.h>