From 64a757fe7e4d33f2efc0517921d3612e52c1d211 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 23 Feb 2017 23:18:59 +0100 Subject: [PATCH] : Include explicitly for userland. This prepares for more namespace cleanup in standard headers. --- sys/sys/procctl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/procctl.h b/sys/sys/procctl.h index eec79ed29c..33f84a6e42 100644 --- a/sys/sys/procctl.h +++ b/sys/sys/procctl.h @@ -37,6 +37,8 @@ #if defined(_KERNEL) || defined(_KERNEL_STRUCTURES) #include +#else +#include #endif typedef enum idtype { -- 2.11.4.GIT