diff options
-rw-r--r-- | include/sys/procfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/procfs.h b/include/sys/procfs.h index 09d2030c..4acc3464 100644 --- a/include/sys/procfs.h +++ b/include/sys/procfs.h @@ -1,5 +1,5 @@ /* <sys/procfs.h> -- data structures describing ELF core file formats - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2015, 2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -29,6 +29,7 @@ #include <features.h> #include <inttypes.h> +#include <mach/std_types.h> #include <sys/types.h> #include <sys/time.h> #include <ucontext.h> |