aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/sysproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 3d4c30a89a82..c86c5d1eb212 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -7,8 +7,8 @@
#ifndef _SYS_SYSPROTO_H_
#define _SYS_SYSPROTO_H_
+#include <sys/types.h>
#include <sys/signal.h>
-#include <sys/acl.h>
#include <sys/cpuset.h>
#include <sys/domainset.h>
#include <sys/_ffcounter.h>