diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-18 00:08:23 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-18 00:08:23 +0100 |
commit | 8a4349758ebc7b27e1c0077b715d47d2819007db (patch) | |
tree | 70bf725f0b6b9258d5857d990d3166737fd5a3bd /plugins/hddtemp | |
parent | 0bca7365d5c1d574d644e4cf316f99801aeaa298 (diff) | |
download | mate-sensors-applet-8a4349758ebc7b27e1c0077b715d47d2819007db.tar.bz2 mate-sensors-applet-8a4349758ebc7b27e1c0077b715d47d2819007db.tar.xz |
Add missing includes
Diffstat (limited to 'plugins/hddtemp')
-rw-r--r-- | plugins/hddtemp/hddtemp-plugin.c | 1 |
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"; |