summaryrefslogtreecommitdiffstats
path: root/hwclock/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwclock/clock.h')
-rw-r--r--hwclock/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwclock/clock.h b/hwclock/clock.h
index cbdf99917..e4eb7eba8 100644
--- a/hwclock/clock.h
+++ b/hwclock/clock.h
@@ -7,6 +7,8 @@
#include <errno.h> /* for errno, EPERM, EINVAL, ENOENT */
#include <time.h>
+#include "c.h"
+
struct clock_ops {
char *interface_name;
int (*get_permissions)(void);
@@ -20,8 +22,6 @@ extern struct clock_ops *probe_for_rtc_clock(void);
extern struct clock_ops *probe_for_kd_clock(void);
typedef int bool;
-#define TRUE 1
-#define FALSE 0
/* hwclock.c */
extern char *progname;