diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-04 03:08:24 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-04 03:08:24 +0400 |
commit | a431c7c1927db19dd7a324a6dc5023bf8f21099b (patch) | |
tree | 3953d01e29194732a7391b4ce45d7769520ff142 | |
parent | 1b9ad30823cb5c12fa5364a9512a404184240c4a (diff) | |
download | htop-a431c7c1927db19dd7a324a6dc5023bf8f21099b.tar.gz |
Include stdbool.h for bool in function prototypes
-rw-r--r-- | CheckItem.h | 1 |
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_ { |