mortie / swaylock-effects

Swaylock, with fancy effects
MIT License
708 stars 45 forks source link

Would not build on Debian Bullseye due to missing include of stdio.h #30

Closed mickenordin closed 3 years ago

mickenordin commented 3 years ago

Seems to be a missing include of stdio.h in effects.c making it impossible to build for me:

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"
mortie commented 3 years ago

Thanks, fixed in https://github.com/mortie/swaylock-effects/commit/5ddc949efc68fc64f31496dad173f977411f5cd0.