Harmonize source headers: C++ examples [PATCH 3/5] from pbatard.
This commit is contained in:
@@ -29,12 +29,11 @@
|
||||
|
||||
#define LOCAL_FILENAME "copying"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <cdio++/iso9660.hpp>
|
||||
|
||||
#include "portable.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_STDIO_H
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#ifdef HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#endif
|
||||
@@ -51,6 +50,8 @@
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include <cdio++/iso9660.hpp>
|
||||
|
||||
#define CEILING(x, y) ((x+(y-1))/y)
|
||||
|
||||
#define my_exit(rc) \
|
||||
|
||||
Reference in New Issue
Block a user