Add missing header include

This commit is contained in:
Nick Chambers 2024-04-19 11:05:30 -05:00
parent 1f4326fd68
commit 15aa29126b
1 changed files with 1 additions and 0 deletions

1
exec.c
View File

@ -1,3 +1,4 @@
#include <stdio.h>
#include <sys/wait.h>
#include <unistd.h>