Update header includes.
This commit is contained in:
parent
f52ae56296
commit
c15f26645f
@ -7,9 +7,9 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include <libburn.h>
|
||||||
|
#include <libisofs.h>
|
||||||
#include "isoburn.h"
|
#include "isoburn.h"
|
||||||
#include "../libisofs/libisofs.h"
|
|
||||||
#include "../libburn/libburn.h"
|
|
||||||
|
|
||||||
struct disc_data_src {
|
struct disc_data_src {
|
||||||
struct burn_drive *d;
|
struct burn_drive *d;
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "../libisofs/libisofs.h"
|
#include <libburn.h>
|
||||||
#include "../libburn/libburn.h"
|
#include <libisofs.h>
|
||||||
#include "isoburn.h"
|
#include "isoburn.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "../libisofs/libisofs.h"
|
#include <libburn.h>
|
||||||
#include "../libburn/libburn.h"
|
#include <libisofs.h>
|
||||||
#include "isoburn.h"
|
#include "isoburn.h"
|
||||||
|
|
||||||
/* Vreixo:
|
/* Vreixo:
|
||||||
@ -161,7 +161,6 @@ int isoburn_new_rwopts(struct isoburn *o)
|
|||||||
{
|
{
|
||||||
struct ecma119_source_opts *wopts;
|
struct ecma119_source_opts *wopts;
|
||||||
|
|
||||||
/* >>> code <<< */
|
|
||||||
/* create and initialize target_ropts read options */
|
/* create and initialize target_ropts read options */
|
||||||
o->target_ropts = calloc(1, sizeof(struct ecma119_read_opts));
|
o->target_ropts = calloc(1, sizeof(struct ecma119_read_opts));
|
||||||
if (!p->target_ropts)
|
if (!p->target_ropts)
|
||||||
|
Loading…
Reference in New Issue
Block a user