Changed ambigous include statement of libburn.h
This commit is contained in:
parent
c32a424f27
commit
3c6f6de961
@ -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
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2006.10.14.105224"
|
||||
#define Cdrskin_timestamP "2006.10.15.133035"
|
||||
|
Loading…
Reference in New Issue
Block a user