diff --git a/extra/sensors-applet/include-unistd.h.patch b/extra/sensors-applet/include-unistd.h.patch new file mode 100644 index 000000000..9b2b817db --- /dev/null +++ b/extra/sensors-applet/include-unistd.h.patch @@ -0,0 +1,18 @@ +Description: include in mbmon-plugin.c +Author: Dmitry Shachnev +Forwarded: no +Last-Update: 2024-03-23 + +--- a/plugins/mbmon/mbmon-plugin.c ++++ b/plugins/mbmon/mbmon-plugin.c +@@ -36,6 +36,10 @@ + #include + #endif + ++#ifdef HAVE_UNISTD_H ++#include ++#endif ++ + #include "mbmon-plugin.h" + + const gchar *plugin_name = "mbmon";