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

@@ -17,11 +17,20 @@
/* Simple program to list track numbers and logical sector numbers of
a Compact Disc using libcdio. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#define __CDIO_CONFIG_H__ 1
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#include <cdio++/cdio.hpp>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <cdio++/cdio.hpp>
int
main(int argc, const char *argv[])
{