* coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h>
[deliverable/binutils-gdb.git] / gdb / coredep.c
index 87c2228eea16ec524ce69241d6a4baca3de98357..d94fd9820c9d487b5d3bfe523a9414df70b14404 100644 (file)
@@ -40,6 +40,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif /* NO_PTRACE_H */
 #endif
 
+#ifdef NEED_SYS_CORE_H
+#include <sys/core.h>
+#endif
+
 /* Extract the register values out of the core file and store
    them where `read_register' will find them.
 
This page took 0.024147 seconds and 4 git commands to generate.