blob: 310010180ff66e0f42c86a0bb512029b030e7746 (
plain)
1
2
3
4
5
6
7
8
9
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>
|