blob: 2d3c472129fb24212581a4d697ced9d25b1ed7c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- usr/sbin/pkcsslotd/pkcsslotd.h.orig 2018-11-16 14:53:03 UTC
+++ usr/sbin/pkcsslotd/pkcsslotd.h
@@ -17,6 +17,9 @@
#ifndef _PKCSSLOTMGR_H
#define _PKCSSLOTMGR_H 1
+#include <sys/types.h>
+#include <sys/ipc.h>
+
/***********
* Defines *
***********/
|