diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2024-04-15 16:54:28 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2024-04-15 20:35:41 +0000 |
| commit | 5d88a2aacf1fa7eb7a2bb522a9dbd78686471a6b (patch) | |
| tree | 7c783f697af3fc91eff1964c0975af644c2b7cdc /sys/tools/makesyscalls.lua | |
| parent | b83d3eb5b79860c20829d599630e7eae03d7fd53 (diff) | |
Diffstat (limited to 'sys/tools/makesyscalls.lua')
| -rw-r--r-- | sys/tools/makesyscalls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/makesyscalls.lua b/sys/tools/makesyscalls.lua index 6f21079d0ebc..624b84a32eb1 100644 --- a/sys/tools/makesyscalls.lua +++ b/sys/tools/makesyscalls.lua @@ -1431,8 +1431,8 @@ write_line("sysarg", string.format([[/* #ifndef %s #define %s +#include <sys/types.h> #include <sys/signal.h> -#include <sys/acl.h> #include <sys/cpuset.h> #include <sys/domainset.h> #include <sys/_ffcounter.h> |
