mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes
this program to compile cleanly.
This commit is contained in:
parent
539f7d3ac2
commit
6f31cdcdba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202601
@ -27,6 +27,8 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/module.h>
|
||||
|
Loading…
Reference in New Issue
Block a user