From 9b1da5342bf0270d1c4ade15d03bb0d16d155d26 Mon Sep 17 00:00:00 2001 From: Karl-Heinz Zimmer Date: Sun, 23 Dec 2001 22:47:40 +0000 Subject: [PATCH] now including stdlib.h into the header file to avoid compile time warnings of unknown function free() --- gpgmeplug/cryptplug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2