projects
/
gpgme.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
First take on changes to allow building with MSC for W32CE.
[gpgme.git]
/
src
/
encrypt-sign.c
diff --git
a/src/encrypt-sign.c
b/src/encrypt-sign.c
index
02af179
..
3b862be
100644
(file)
--- a/
src/encrypt-sign.c
+++ b/
src/encrypt-sign.c
@@
-22,6
+22,9
@@
#if HAVE_CONFIG_H
#include <config.h>
#endif
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
#include "gpgme.h"
#include "debug.h"