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

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