Skip to content

Commit 855742b

Browse files
committed
nit
1 parent cb9509b commit 855742b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configure

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5582,7 +5582,8 @@ AC_CHECK_DECLS([PR_SET_VMA_ANON_NAME],
55825582
[AC_DEFINE([HAVE_PR_SET_VMA_ANON_NAME], [1],
55835583
[Define if you have the 'PR_SET_VMA_ANON_NAME' constant.])],
55845584
[],
5585-
[@%:@include <linux/prctl.h>])
5585+
[@%:@include <linux/prctl.h>
5586+
@%:@include <sys/prctl.h>])
55865587

55875588
# check for openpty, login_tty, and forkpty
55885589

0 commit comments

Comments
 (0)