diff options
-rw-r--r-- | src/mp4ff/mp4ff_int_types.h | 2 | ||||
-rw-r--r-- | src/mp4ff/mp4ffint.h | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/src/mp4ff/mp4ffint.h b/src/mp4ff/mp4ffint.h index 8ae85e79f..fc13f469d 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 |