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:
@@ -30,6 +30,7 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "plugin.h"
|
||||
|
||||
/* ******************** GLOBAL VARIABLES ***************** */
|
||||
|
||||
Reference in New Issue
Block a user