diff options
| author | 2025-02-05 11:00:30 +0100 | |
|---|---|---|
| committer | 2025-02-05 11:00:30 +0100 | |
| commit | 3318f1596bbb2853a8305194204084b32790fbd7 (patch) | |
| tree | 8db7df6c8c28c6ddc56f008255ec7c69c22405b7 /main.c | |
| parent | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 (diff) | |
| download | penes-snac2-3318f1596bbb2853a8305194204084b32790fbd7.tar.gz penes-snac2-3318f1596bbb2853a8305194204084b32790fbd7.tar.xz penes-snac2-3318f1596bbb2853a8305194204084b32790fbd7.zip | |
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 @@ | |||
| 11 | #include "snac.h" | 11 | #include "snac.h" |
| 12 | 12 | ||
| 13 | #include <sys/stat.h> | 13 | #include <sys/stat.h> |
| 14 | #include <sys/wait.h> | ||
| 14 | 15 | ||
| 15 | int usage(void) | 16 | int usage(void) |
| 16 | { | 17 | { |