From a9e71a07a9a672b8b430dee8a11edbc412f5f817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 31 Aug 2010 17:39:06 +0000 Subject: [PATCH] boot_loader_openfirmware: Style cleanup Fix coding style issues and bump copyright (although there's not much anyway). No functional changes. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38480 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/openfirmware/real_time_clock.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/system/boot/platform/openfirmware/real_time_clock.h b/src/system/boot/platform/openfirmware/real_time_clock.h index 4c7e203ea6..e0bbfc55df 100644 --- a/src/system/boot/platform/openfirmware/real_time_clock.h +++ b/src/system/boot/platform/openfirmware/real_time_clock.h @@ -1,13 +1,15 @@ /* * Copyright 2006, Ingo Weinhold . + * Copyright 2010, Andreas Färber * All rights reserved. Distributed under the terms of the MIT License. */ - #ifndef OPENFIRMWARE_REAL_TIME_CLOCK_H #define OPENFIRMWARE_REAL_TIME_CLOCK_H + #include + #ifdef __cplusplus extern "C" { #endif