From d8babc260d4be12d0bf152db85e9543fc9cc4b87 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 28 Jan 2004 19:25:32 +0000 Subject: Added #include to get rid of a warning about undefined printf I know stupid but hey might as well make it do the right thing. Kent --- release/plugins/sequence/showzbuf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'release/plugins') diff --git a/release/plugins/sequence/showzbuf.c b/release/plugins/sequence/showzbuf.c index 403e526a1cd..39a10504351 100644 --- a/release/plugins/sequence/showzbuf.c +++ b/release/plugins/sequence/showzbuf.c @@ -30,6 +30,7 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ +#include #include "plugin.h" /* ******************** GLOBAL VARIABLES ***************** */ -- cgit v1.2.3