Fixed stdlib-missing problem

This commit is contained in:
Mario Danic 2008-02-10 18:02:40 +01:00
parent b39d9137e2
commit 163313a7e2
1 changed files with 2 additions and 1 deletions

View File

@ -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 <sys/stat.h>
#include <stdint.h>
#include <stdlib.h>
struct burn_source;