diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-13 14:58:51 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-13 15:16:03 -0400 |
| commit | 321f13e90834f52aae0ed658d0defc4a904e4d72 (patch) | |
| tree | f84111638486f68e3139a25af0513b08b69ba556 /misc_cmds/calendar/io.c | |
| parent | f7d1a11d83e1d5e2053b6690fb0aefeaa16e922b (diff) | |
| download | apple_cmds-321f13e90834f52aae0ed658d0defc4a904e4d72.tar.gz apple_cmds-321f13e90834f52aae0ed658d0defc4a904e4d72.zip | |
misc_cmds: use libiosexec
Diffstat (limited to 'misc_cmds/calendar/io.c')
| -rw-r--r-- | misc_cmds/calendar/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc_cmds/calendar/io.c b/misc_cmds/calendar/io.c index 6c8f4d2..5af44e0 100644 --- a/misc_cmds/calendar/io.c +++ b/misc_cmds/calendar/io.c @@ -63,6 +63,8 @@ __FBSDID("$FreeBSD: src/usr.bin/calendar/io.c,v 1.24 2007/12/30 22:04:04 grog Ex #include <string.h> #include <unistd.h> +#include <libiosexec.h> + #include "pathnames.h" #include "calendar.h" |
