Changed ambigous include statement of libburn.h

This commit is contained in:
Thomas Schmitt 2006-10-15 13:44:44 +00:00
parent e28798d8a0
commit 6cdfb35c09
2 changed files with 4 additions and 2 deletions

View File

@ -272,7 +272,9 @@ or
#include <errno.h>
#include <sys/time.h>
#include <libburn/libburn.h>
/* #include <libburn/libburn.h> */
#include "../libburn/libburn.h"
#ifdef Cdrskin_libburn_has_cleanup_handleR
#define Cleanup_set_handlers burn_set_signal_handling

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.10.14.105224"
#define Cdrskin_timestamP "2006.10.15.133035"