aboutsummaryrefslogtreecommitdiff
path: root/patches/0039-bcrypt-add-cdefs.patch
blob: 1182442f6045a9690ff456e5b4d128d5f70a2dfd (plain)
1
2
3
4
5
6
7
8
9
10
--- a/lib/libutil/bcrypt_pbkdf.c	2019-11-21 19:13:39.000000000 +0300
+++ b/lib/libutil/bcrypt_pbkdf.c	2020-10-15 17:25:45.569164914 +0300
@@ -16,6 +16,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/cdefs.h>
 
 #include <stdint.h>
 #include <stdlib.h>