aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/cryptplug.h
diff options
context:
space:
mode:
authorKarl-Heinz Zimmer <[email protected]>2001-12-23 22:47:40 +0000
committerKarl-Heinz Zimmer <[email protected]>2001-12-23 22:47:40 +0000
commit9b1da5342bf0270d1c4ade15d03bb0d16d155d26 (patch)
tree1606f74e52eb0c2d7fe766e1954f06f75b51d7b9 /gpgmeplug/cryptplug.h
parentAdjust and complete the documentation of the new "StructuringInfo" struct and... (diff)
downloadgpgme-9b1da5342bf0270d1c4ade15d03bb0d16d155d26.tar.gz
gpgme-9b1da5342bf0270d1c4ade15d03bb0d16d155d26.zip
now including stdlib.h into the header file to avoid compile time warnings of unknown function free()
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r--gpgmeplug/cryptplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h
index a1cab11c..2a4e5f83 100644
--- a/gpgmeplug/cryptplug.h
+++ b/gpgmeplug/cryptplug.h
@@ -31,7 +31,7 @@ typedef char bool;
#define false 0
#endif
-//#include <stdlib.h>
+#include <stdlib.h>
//#include <string.h>
//#include <ctype.h>