summaryrefslogtreecommitdiff
path: root/sysdeps/posix/sigintr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/sigintr.c')
-rw-r--r--sysdeps/posix/sigintr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/sigintr.c b/sysdeps/posix/sigintr.c
index bce75b7cf9..435fc75f3e 100644
--- a/sysdeps/posix/sigintr.c
+++ b/sysdeps/posix/sigintr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2018 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
@@ -18,6 +18,7 @@
#include <stddef.h>
#include <signal.h>
#include <errno.h>
+#include <sigsetops.h>
/* If INTERRUPT is nonzero, make signal SIG interrupt system calls
(causing them to fail with EINTR); if INTERRUPT is zero, make system