commit | 1b80b24007154d1f5764b1c14b95c80289cd3c34 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 12 22:34:58 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 12 22:34:58 2016 +0200 |
tree | 49c074bcc6dcf60bee2b15378a1d7ea254f8808c | |
parent | 9d24271d86eb45ed569467cc8d6ef0f491778f26 [diff] [blame] |
configure: fix HAVE_GETRANDOM_SYSCALL check syscall() function requires #include <unistd.h>.
diff --git a/configure b/configure index 6f26a36..0eff26d 100755 --- a/configure +++ b/configure
@@ -16276,6 +16276,7 @@ /* end confdefs.h. */ + #include <unistd.h> #include <sys/syscall.h> int main() {