diff --git a/src/conio/cterm.h b/src/conio/cterm.h
index 03612820a3a908c6fdfb22a78a4a9ac55f922f89..5b61453aff963c1180581618a7336cb6bf623e28 100644
--- a/src/conio/cterm.h
+++ b/src/conio/cterm.h
@@ -4,7 +4,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This library is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU Lesser General Public License		*
@@ -35,7 +35,8 @@
 #define _CTERM_H_
 
 #include <stdio.h>	/* FILE* */
-#include <stdbool.h>
+#define bool int
+enum { false, true };
 #include <link_list.h>
 #include <semwrap.h>