From 163313a7e2f149a905b627a1c8f6f55260c221cf Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 10 Feb 2008 18:02:40 +0100 Subject: [PATCH] Fixed stdlib-missing problem --- libisofs/libisofs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index d39e7ce..963b738 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 Vreixo Formoso + * Copyright (c) 2007-2008 Vreixo Formoso, Mario Danic * * This file is part of the libisofs project; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 as @@ -10,6 +10,7 @@ #include #include +#include struct burn_source;