- Fix compilation error when compiling in a working directory with mp4 support.
git-svn-id: https://svn.musicpd.org/mpd/trunk@2656 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
54acb123bc
commit
64632d6965
@ -15,7 +15,7 @@ typedef unsigned __int64 uint64_t;
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "../../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if defined(HAVE_STDINT_H)
|
#if defined(HAVE_STDINT_H)
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -109,7 +109,7 @@ extern "C" {
|
|||||||
#define ATOM_SCHI 25
|
#define ATOM_SCHI 25
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../../config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user