- 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:
Avuton Olrich 2004-11-14 19:03:28 +00:00
parent 54acb123bc
commit 64632d6965
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ typedef unsigned __int64 uint64_t;
#else
#include "../../config.h"
#include "config.h"
#if defined(HAVE_STDINT_H)
#include <stdint.h>

View File

@ -109,7 +109,7 @@ extern "C" {
#define ATOM_SCHI 25
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif
#ifndef _WIN32