>From 7235a70b3136cb9910999cfb40e05e7bd824e618 Mon Sep 17 00:00:00 2001
From: Erik Van Grunderbeeck <erik@arawix.com>
Date: Tue, 22 Mar 2011 11:59:35 +0100
Subject: [PATCH 7/7] Add missing header from first commit.

---
 src/win32_time.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/win32_time.c b/src/win32_time.c
index 40239dd..f494781 100644
--- a/src/win32_time.c
+++ b/src/win32_time.c
@@ -1,3 +1,22 @@
+/*
+* This file is part of libbluray
+* Copyright (C) 2011  libbluray
+*
+* This library is free software; you can redistribute it and/or
+* modify it under the terms of the GNU Lesser General Public
+* License as published by the Free Software Foundation; either
+* version 2.1 of the License, or (at your option) any later version.
+*
+* This library is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this library. If not, see
+* <http://www.gnu.org/licenses/>.
+*/
+
 #include "windows.h"
 
 static unsigned __int64 offset_from_1601_to_1970 = 0;
-- 
1.7.0.2.msysgit.0

