Harmonize source headers: C++ examples [PATCH 3/5] from pbatard.

This commit is contained in:
R. Bernstein
2012-03-03 07:42:11 -05:00
parent 422693a7cd
commit 2b84a552e3
20 changed files with 151 additions and 54 deletions

View File

@@ -33,12 +33,13 @@
#define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso"
#ifdef HAVE_CONFIG_H
# include "config.h"
#include "config.h"
#define __CDIO_CONFIG_H__ 1
#endif
#include <cdio/iso9660.h>
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
@@ -52,6 +53,8 @@
#include <sys/types.h>
#endif
#include <cdio/iso9660.h>
#define print_vd_info(title, fn) \
if (fn(p_iso, &psz_str)) { \
printf(title ": %s\n", psz_str); \