diff options
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/getrlimit64.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/setrlimit64.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/getrlimit64.c b/sysdeps/unix/sysv/linux/mips/getrlimit64.c index f3b3331228..b4a449b57d 100644 --- a/sysdeps/unix/sysv/linux/mips/getrlimit64.c +++ b/sysdeps/unix/sysv/linux/mips/getrlimit64.c @@ -15,6 +15,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <sgidefs.h> + #if _MIPS_SIM == _ABIO32 || _MIPS_SIM == _ABIN32 # include <shlib-compat.h> diff --git a/sysdeps/unix/sysv/linux/mips/setrlimit64.c b/sysdeps/unix/sysv/linux/mips/setrlimit64.c index 73d60950f2..26bf13854d 100644 --- a/sysdeps/unix/sysv/linux/mips/setrlimit64.c +++ b/sysdeps/unix/sysv/linux/mips/setrlimit64.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <sgidefs.h> #if _MIPS_SIM == _ABIO32 || _MIPS_SIM == _ABIN32 |