opnsense-ports/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c
Franco Fichtner d7ea8b4eef */*: sync with upstream
Taken from: FreeBSD
2022-05-10 14:54:30 +02:00

10 lines
253 B
C

--- usr/sbin/pkcsslotd/pkcsslotd_util.c.orig 2022-04-25 11:04:51 UTC
+++ usr/sbin/pkcsslotd/pkcsslotd_util.c
@@ -11,6 +11,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include <pthread.h>
#include "slotmgr.h"
#include "log.h"