summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-07-04 03:08:24 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-07-04 03:08:24 +0400
commita431c7c1927db19dd7a324a6dc5023bf8f21099b (patch)
tree3953d01e29194732a7391b4ce45d7769520ff142
parent1b9ad30823cb5c12fa5364a9512a404184240c4a (diff)
downloadhtop-a431c7c1927db19dd7a324a6dc5023bf8f21099b.tar.gz
Include stdbool.h for bool in function prototypes
-rw-r--r--CheckItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 98ed17a..58c1fdc 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -9,6 +9,7 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#include <stdbool.h>
#include "Object.h"
typedef struct CheckItem_ {