Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris

This commit is contained in:
Thomas Schmitt 2011-06-19 20:36:29 +00:00
parent c1ff7b9812
commit eb01c9c6c5
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.06.18.154942"
#define Cdrskin_timestamP "2011.06.19.203515"

View File

@ -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;