diff options
Diffstat (limited to 'kernels/xen/gdbsx-glibc-2.17.patch')
-rw-r--r-- | kernels/xen/gdbsx-glibc-2.17.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernels/xen/gdbsx-glibc-2.17.patch b/kernels/xen/gdbsx-glibc-2.17.patch new file mode 100644 index 000000000..310010180 --- /dev/null +++ b/kernels/xen/gdbsx-glibc-2.17.patch @@ -0,0 +1,10 @@ +--- a/tools/debugger/gdbsx/xg/xg_main.c ++++ b/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> |