Fix Linux build

This commit is contained in:
Adam Honse 2019-06-20 00:03:55 -05:00
parent 06f21865c6
commit d94d6eb569
2 changed files with 4 additions and 2 deletions

View file

@ -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 \

View file

@ -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
}
}