aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 765078ec..e8090541 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -66,7 +66,7 @@ struct idlist
};
#ifndef TRUE
-typedef int bool;
+typedef char bool; /* to be compatible with curses.h */
#define FALSE 0
#define TRUE 1
#endif /* TRUE */