Added #include <stdio.h>

to get rid of a warning about undefined printf
I know stupid but hey might as well make it do the right thing.

Kent
This commit is contained in:
2004-01-28 19:25:32 +00:00
parent bdc624452b
commit d8babc260d

View File

@@ -30,6 +30,7 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#include <stdio.h>
#include "plugin.h"
/* ******************** GLOBAL VARIABLES ***************** */