1 2 3 4 5 6 7 8 9 10 11 12
--- usr/sbin/pkcsslotd/log.h.orig 2018-11-16 14:53:03 UTC +++ usr/sbin/pkcsslotd/log.h @@ -11,6 +11,9 @@ #ifndef _LOG_H #define _LOG_H 1 +#include <sys/types.h> +#include <unistd.h> + #ifndef FALSE #define FALSE 0 #endif /* FALSE */