Changed ambigous include statement of libburn.h
This commit is contained in:
parent
e28798d8a0
commit
6cdfb35c09
@ -272,7 +272,9 @@ or
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include <libburn/libburn.h>
|
/* #include <libburn/libburn.h> */
|
||||||
|
#include "../libburn/libburn.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef Cdrskin_libburn_has_cleanup_handleR
|
#ifdef Cdrskin_libburn_has_cleanup_handleR
|
||||||
#define Cleanup_set_handlers burn_set_signal_handling
|
#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