blob: 35dfd5b1cf7e15ff780deac0077bdcba63ae6004 (
plain) (
blame)
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 */
|