75bff12b8f
Fix build with glibc 2.17 OBS-URL: https://build.opensuse.org/request/show/141624 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=211
13 lines
391 B
Diff
13 lines
391 B
Diff
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>
|