We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c398dc8 commit 68b8906Copy full SHA for 68b8906
examples/listkeys_ext.c
@@ -39,6 +39,7 @@
39
#define _POSIX_C_SOURCE 200809L
40
#include <stdio.h>
41
#include <unistd.h>
42
+#include <string.h>
43
#include <libp11.h>
44
45
#define RANDOM_SOURCE "/dev/urandom"
src/util_uri.c
@@ -28,10 +28,11 @@
28
29
#include "util.h"
30
31
-#include <strings.h>
32
33
#if defined(_WIN32) || defined(_WIN64)
34
#define strncasecmp _strnicmp
+#else
35
+#include <strings.h>
36
#endif
37
38
/* switch to legacy call if get0 variant is not available */
0 commit comments