SIS-PM Control is an application for managing USB controlled powerstrips produced by GEMBIRD LTD. Newer devices are sold under the Energenie brand. The following devices are supported: * Gembird MSIS-PM * Gembird Silver Shield SIS-PM (aka Revolt Intelliplug) * Gembird Silver Shield SIS-PMS * Energenie EG-PM * Energenie EG-PMS * Energenie EG-PM2 * Energenie EG-PMS2
11 lines
205 B
C
11 lines
205 B
C
--- src/main.c.orig 2023-07-29 17:18:10 UTC
|
|
+++ src/main.c
|
|
@@ -36,6 +36,7 @@
|
|
#include <syslog.h>
|
|
#include <time.h>
|
|
#include <usb.h>
|
|
+#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
|