blob: aa2a392f4c37352ce6abe8e7449e72974a31e7bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- gdb-7.6/gdb/common/linux-osdata.c.orig
+++ gdb-7.6/gdb/common/linux-osdata.c
@@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/sysinfo.h>
+#include <sys/socket.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
|