2003-01-09 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / proc-events.c
index 1e7ab936b8c06594512de7adbba168f2d562d7f4..5365fefde66d6ea13cd655a11ecf0410b86ac91c 100644 (file)
@@ -40,8 +40,12 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/procfs.h>
+#ifdef HAVE_SYS_SYSCALL_H
 #include <sys/syscall.h>
+#endif
+#ifdef HAVE_SYS_FAULT_H
 #include <sys/fault.h>
+#endif
 
 /*  Much of the information used in the /proc interface, particularly for
     printing status information, is kept as tables of structures of the
This page took 0.023428 seconds and 4 git commands to generate.