summaryrefslogtreecommitdiffstats
path: root/hwclock/hwclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'hwclock/hwclock.c')
-rw-r--r--hwclock/hwclock.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/hwclock/hwclock.c b/hwclock/hwclock.c
index 0c6b0f6cd..3211b8f8e 100644
--- a/hwclock/hwclock.c
+++ b/hwclock/hwclock.c
@@ -57,19 +57,19 @@
* f) put the command 'clock -au' or 'clock -a' in your '/etc/rc.local'
*/
-#include <string.h>
-#include <stdio.h>
-#include <fcntl.h>
#include <errno.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <time.h>
-#include <sys/time.h>
-#include <sys/stat.h>
-#include <stdarg.h>
#include <getopt.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <sysexits.h>
+#include <sys/stat.h>
+#include <sys/time.h>
+#include <time.h>
+#include <unistd.h>
+#include "c.h"
#include "clock.h"
#include "nls.h"