From 8f36e9b8d50b0a17e65d46dde258ab90b12e1108 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 20 Jun 2011 13:32:10 +0000 Subject: [PATCH] Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris --- ChangeLog | 4 ++++ cdrskin/cdrskin_timestamp.h | 2 +- libburn/sg-dummy.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bea3b46..cd4d5e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ +libburn-1.1.0.pl01.tar.gz Mon Jun 20 2011 +=============================================================================== +* Bug fix: libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris + libburn-1.1.0.tar.gz Sat Jun 18 2011 =============================================================================== * Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index d8fef1f..6a472fe 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2011.06.18.100001" +#define Cdrskin_timestamP "2011.06.20.110001" diff --git a/libburn/sg-dummy.c b/libburn/sg-dummy.c index 5b440bf..c5b3ac4 100644 --- a/libburn/sg-dummy.c +++ b/libburn/sg-dummy.c @@ -44,6 +44,7 @@ Present implementation: default dummy which enables libburn only to work #include "debug.h" #include "toc.h" #include "util.h" +#include "init.h" #include "libdax_msgs.h" extern struct libdax_msgs *libdax_messenger;