diff options
Diffstat (limited to 'src/unistd/setpgid.c')
| -rw-r--r-- | src/unistd/setpgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/setpgid.c b/src/unistd/setpgid.c index 28769713..288dc4eb 100644 --- a/src/unistd/setpgid.c +++ b/src/unistd/setpgid.c @@ -2,7 +2,7 @@ #include "sys/types.h" #include <unistd.h> #include "errno.h" -#include "nonstd/syscall.h" +#include "../_syscall.h" int setpgid(pid_t pid, pid_t pgid) { |
