summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-18 00:08:23 +0100
committerStefano Karapetsas <[email protected]>2012-12-18 00:08:23 +0100
commit8a4349758ebc7b27e1c0077b715d47d2819007db (patch)
tree70bf725f0b6b9258d5857d990d3166737fd5a3bd /plugins
parent0bca7365d5c1d574d644e4cf316f99801aeaa298 (diff)
downloadmate-sensors-applet-8a4349758ebc7b27e1c0077b715d47d2819007db.tar.bz2
mate-sensors-applet-8a4349758ebc7b27e1c0077b715d47d2819007db.tar.xz
Add missing includes
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hddtemp/hddtemp-plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/hddtemp/hddtemp-plugin.c b/plugins/hddtemp/hddtemp-plugin.c
index 307b6f1..c7fde43 100644
--- a/plugins/hddtemp/hddtemp-plugin.c
+++ b/plugins/hddtemp/hddtemp-plugin.c
@@ -36,6 +36,7 @@
#include <arpa/inet.h>
#endif
+#include <unistd.h>
#include "hddtemp-plugin.h"
const gchar *plugin_name = "hddtemp";