diff options
| author | default <nobody@localhost> | 2025-02-05 11:00:30 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-02-05 11:00:30 +0100 |
| commit | 3318f1596bbb2853a8305194204084b32790fbd7 (patch) | |
| tree | 8db7df6c8c28c6ddc56f008255ec7c69c22405b7 /main.c | |
| parent | 61d399a3682c4e4c488d3a2ae806cde372199280 (diff) | |
Fixed compilation failure in FreeBSD.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #include "snac.h" #include <sys/stat.h> +#include <sys/wait.h> int usage(void) { |