mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
10 lines
253 B
C
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"
|