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>
|