From 64632d6965b47ce3835f256488273d8121c2cb54 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 14 Nov 2004 19:03:28 +0000 Subject: - 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 --- src/mp4ff/mp4ff_int_types.h | 2 +- src/mp4ff/mp4ffint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mp4ff/mp4ff_int_types.h b/src/mp4ff/mp4ff_int_types.h index 169086fc..2da8fee6 100644 --- a/src/mp4ff/mp4ff_int_types.h +++ b/src/mp4ff/mp4ff_int_types.h @@ -15,7 +15,7 @@ typedef unsigned __int64 uint64_t; #else -#include "../../config.h" +#include "config.h" #if defined(HAVE_STDINT_H) #include diff --git a/src/mp4ff/mp4ffint.h b/src/mp4ff/mp4ffint.h index 8ae85e79..fc13f469 100644 --- a/src/mp4ff/mp4ffint.h +++ b/src/mp4ff/mp4ffint.h @@ -109,7 +109,7 @@ extern "C" { #define ATOM_SCHI 25 #ifdef HAVE_CONFIG_H -#include "../../config.h" +#include "config.h" #endif #ifndef _WIN32 -- cgit v1.2.3