summaryrefslogtreecommitdiffstats
path: root/hwclock/cmos.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:28 +0100
committerKarel Zak2006-12-07 00:26:28 +0100
commit5213517f54c70a784c06ee85c066aa2b4f375c4b (patch)
treebd0b55ed9621bf27f70fc2e338a9816496246beb /hwclock/cmos.c
parentImported from util-linux-2.12k tarball. (diff)
downloadkernel-qcow2-util-linux-5213517f54c70a784c06ee85c066aa2b4f375c4b.tar.gz
kernel-qcow2-util-linux-5213517f54c70a784c06ee85c066aa2b4f375c4b.tar.xz
kernel-qcow2-util-linux-5213517f54c70a784c06ee85c066aa2b4f375c4b.zip
Imported from util-linux-2.12l tarball.
Diffstat (limited to 'hwclock/cmos.c')
-rw-r--r--hwclock/cmos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwclock/cmos.c b/hwclock/cmos.c
index 8d497b27e..399a912c9 100644
--- a/hwclock/cmos.c
+++ b/hwclock/cmos.c
@@ -46,6 +46,7 @@
#include <unistd.h> /* for geteuid() */
#include <fcntl.h> /* for O_RDWR */
+#include <errno.h>
#include "../defines.h" /* for HAVE_sys_io_h */
#include "nls.h"