Change headers as per pbatard branch to make MinGW work out.

This commit is contained in:
R. Bernstein
2012-03-03 00:26:20 -05:00
parent c67e423704
commit 422693a7cd

View File

@@ -18,11 +18,7 @@
/* /*
Regression test for Nero image driver: lib/driver/image/nrg.c. Regression test for Nero image driver: lib/driver/image/nrg.c.
*/ */
#include <cdio/cdio.h> #if defined(HAVE_CONFIG_H)
#include <cdio/logging.h>
#include <cdio/cdtext.h>
#if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__)
#include "config.h" #include "config.h"
#define __CDIO_CONFIG_H__ 1 #define __CDIO_CONFIG_H__ 1
#endif #endif
@@ -40,6 +36,9 @@
#include <string.h> #include <string.h>
#endif #endif
#include <cdio/cdio.h>
#include <cdio/logging.h>
#include <cdio/cdtext.h>
#include "helper.h" #include "helper.h"
#ifndef DATA_DIR #ifndef DATA_DIR