aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPICCORO Lenz McKAY <mckaygerhard@gmail.com>2018-05-25 12:26:01 -0400
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-05-25 12:31:43 -0700
commitfba494e2acef6d968b8f6058b5392b0addde3374 (patch)
tree7e56c9c564a132103c7244ebda94226f7171bfb2 /includes
parent00add2bd9166a17941a257ceada12e6cdc6bef18 (diff)
fix for #251 missing <unistd.h> at "hardinfo.h"
Diffstat (limited to 'includes')
-rw-r--r--includes/hardinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index 5aaa3f87..7d3e3c5b 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -19,6 +19,7 @@
#ifndef __HARDINFO_H__
#define __HARDINFO_H__
+#include <unistd.h>
#include <gtk/gtk.h>
#include "config.h"
#include "shell.h"