diff options
Diffstat (limited to 'testsuite/systemtap.syscall/poll.c')
-rw-r--r-- | testsuite/systemtap.syscall/poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.syscall/poll.c b/testsuite/systemtap.syscall/poll.c index 638e3514..591c1f74 100644 --- a/testsuite/systemtap.syscall/poll.c +++ b/testsuite/systemtap.syscall/poll.c @@ -3,6 +3,7 @@ #include <sys/epoll.h> #include <poll.h> #include <signal.h> +#include <sys/syscall.h> int main() { |