Browse Source

Fix compilation of lily58 rgb_state_reader (#21502)

Alfredo Colas Gullon 3 years ago
parent
commit
b017e755c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      keyboards/lily58/lib/rgb_state_reader.c

+ 1 - 1
keyboards/lily58/lib/rgb_state_reader.c

@@ -1,6 +1,6 @@
 #ifdef RGBLIGHT_ENABLE
 #ifdef RGBLIGHT_ENABLE
-
 #include <stdio.h>
 #include <stdio.h>
+#include "rgblight.h"
 
 
 extern rgblight_config_t rgblight_config;
 extern rgblight_config_t rgblight_config;
 char rbf_info_str[24];
 char rbf_info_str[24];