Merge pull request #244 from sthibaul/master

Fix hurd build
This commit is contained in:
Serge Hallyn 2020-04-23 10:56:48 -05:00 committed by GitHub
commit 77be9c35c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,8 @@
#include <stdio.h>
#include "prototypes.h"
#include "idmapping.h"
#include <sys/prctl.h>
#if HAVE_SYS_CAPABILITY_H
#include <sys/prctl.h>
#include <sys/capability.h>
#endif