[pkg-opensc-commit] [libp11] 60/239: add #include <string.h> since we use strlen() and memse()
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 6f803e8d29890acd5ad0f88b49121338a9bd4f12
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date: Tue Oct 18 13:33:46 2005 +0000
add #include <string.h> since we use strlen() and memse()
---
examples/auth.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/auth.c b/examples/auth.c
index 699a21d..0bd9c2e 100644
--- a/examples/auth.c
+++ b/examples/auth.c
@@ -12,6 +12,7 @@
#include <fcntl.h>
#include <termios.h>
#include <stdio.h>
+#include <string.h>
#include <libp11.h>
#define RANDOM_SOURCE "/dev/urandom"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list