Skip to content

Commit c18c106

Browse files
authored
Merge pull request #2619 from pqarmitage/updates
all: next attempt to fix building snaps without close_range()
2 parents e8ada9e + ea54f82 commit c18c106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
14071407
#define _GNU_SOURCE
14081408
#endif
14091409
#include <unistd.h>
1410+
#include <linux/close_range.h>
14101411
14111412
void check_close_range(void)
14121413
{

0 commit comments

Comments
 (0)