Fix Linux build
This commit is contained in:
parent
06f21865c6
commit
d94d6eb569
2 changed files with 4 additions and 2 deletions
|
|
@ -14,7 +14,8 @@ SOURCES += \
|
|||
OpenAuraSDK/CorsairController.cpp \
|
||||
OpenAuraSDK/RGBController_Aura.cpp \
|
||||
OpenAuraSDK/RGBController_Corsair.cpp \
|
||||
OpenAuraSDK/RGBController_OpenRazer.cpp
|
||||
OpenAuraSDK/RGBController_OpenRazer.cpp \
|
||||
OpenAuraSDK/main.cpp
|
||||
|
||||
HEADERS += \
|
||||
OpenAuraSDK/i2c_smbus.h \
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
|
@ -690,4 +691,4 @@ void DetectRGBControllers(void)
|
|||
rgb_controllers.push_back(aorus_rgb);
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue