Commit 64632d69 authored by Avuton Olrich's avatar Avuton Olrich

- 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
parent 54acb123
...@@ -15,7 +15,7 @@ typedef unsigned __int64 uint64_t; ...@@ -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" { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment