Harmonize source headers: C examples (Patch 4/5)
This commit is contained in:
@@ -27,12 +27,14 @@
|
||||
#define UDF_IMAGE "/src2/cd-images/udf/test2.iso"
|
||||
#define UDF_FILENAME "/parse/cue.L"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <cdio/cdio.h>
|
||||
#include <cdio/udf.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#define __CDIO_CONFIG_H__ 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDIO_H
|
||||
#include <stdio.h>
|
||||
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
@@ -46,6 +48,9 @@
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include <cdio/cdio.h>
|
||||
#include <cdio/udf.h>
|
||||
|
||||
#define CEILING(x, y) ((x+(y-1))/y)
|
||||
|
||||
#define udf_PATH_DELIMITERS "/\\"
|
||||
|
||||
Reference in New Issue
Block a user