blob: c466ce17e02d84a782f92d58003a69276cb968e1 (
plain)
1
2
3
4
5
6
|
--- a/sysdeps/linux-gnu/ia64/breakpoint.c
+++ b/sysdeps/linux-gnu/ia64/breakpoint.c
@@ -26,2 +26,3 @@
#include <sys/ptrace.h>
+#include <sys/types.h> /* pid_t */
#include <string.h>
|