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