From: Karl-Heinz Zimmer Date: Sun, 23 Dec 2001 22:47:40 +0000 (+0000) Subject: now including stdlib.h into the header file to avoid compile time warnings of unknown... X-Git-Tag: gpgme-0-3-1~65 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b1da5342bf0270d1c4ade15d03bb0d16d155d26;p=gpgme.git now including stdlib.h into the header file to avoid compile time warnings of unknown function free() --- diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index a1cab11..2a4e5f8 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -31,7 +31,7 @@ typedef char bool; #define false 0 #endif -//#include +#include //#include //#include