ports/sysutils/sispmctl/files/patch-src_main.c
Rodrigo Osorio 9c24afe97b sysutils/sispmctl: New port to manage EnerGenie and Gembird USB controlled power strips
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
2023-07-29 21:34:28 +02:00

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>