aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp4ff/mp4ff_int_types.h
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2004-11-14 19:03:28 +0000
committerAvuton Olrich <avuton@gmail.com>2004-11-14 19:03:28 +0000
commit64632d6965b47ce3835f256488273d8121c2cb54 (patch)
tree719acc0a68c741fe6a9af94517b7c4ea42a69818 /src/mp4ff/mp4ff_int_types.h
parent54acb123bc846eb69266084985a3698818eae0de (diff)
downloadmpd-64632d6965b47ce3835f256488273d8121c2cb54.tar.gz
mpd-64632d6965b47ce3835f256488273d8121c2cb54.tar.xz
mpd-64632d6965b47ce3835f256488273d8121c2cb54.zip
- 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
Diffstat (limited to 'src/mp4ff/mp4ff_int_types.h')
-rw-r--r--src/mp4ff/mp4ff_int_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp4ff/mp4ff_int_types.h b/src/mp4ff/mp4ff_int_types.h
index 169086fc4..2da8fee6e 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 <stdint.h>