You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
194 B
10 lines
194 B
4 years ago
|
diff --git a/effects.c b/effects.c
|
||
|
index e63f722..89b28a4 100644
|
||
|
--- a/effects.c
|
||
|
+++ b/effects.c
|
||
|
@@ -15,6 +15,7 @@
|
||
|
#include <time.h>
|
||
|
#include "effects.h"
|
||
|
#include "log.h"
|
||
|
+#include "stdio.h"
|