Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
configure: add missed fnctl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr committed Mar 27, 2024
1 parent 5ceefa7 commit 3032b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ AC_MSG_RESULT($have_userns)
AC_DEFUN([CH_OVERLAY_C], [[
#define _GNU_SOURCE
#include <errno.h>
#include <fcntl.h>
#include <sched.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 3032b32

Please sign in to comment.