Add a symbol's value to the computed frag offset, rather than overwriting it.
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index 6a8a97eb1fed3841e29c42307f15b292a6157747..a510bff8da397d15a9db315a25fbb0dde2085aed 100644 (file)
 #include "ser-unix.h"
 
 #include <sys/types.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
+#include "gdb_wait.h"
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <fcntl.h>
+#include <string.h>
 
 #include "signals.h"
 
This page took 0.023676 seconds and 4 git commands to generate.