Skip to content

Commit

Permalink
fix: include sys/wait.h
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Nov 22, 2024
1 parent 0aadbf4 commit a574e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/c/sshnpd/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>

#define FILENAME_BUFFER_SIZE 500
Expand Down

0 comments on commit a574e3f

Please sign in to comment.