summaryrefslogtreecommitdiff
path: root/src/KM_tai.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-01 12:22:38 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-03 17:01:32 +0100
commitdfb6aa39a8000fc071dfa0680584dae173535c9a (patch)
treeccf64f8dbc81ab13d36f3319475fc0e59f95e2ec /src/KM_tai.cpp
parent8204f14304dd463a42f8540413cf95cf49e1f829 (diff)
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/KM_tai.cpp')
-rw-r--r--src/KM_tai.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_tai.cpp b/src/KM_tai.cpp
index 00a1231..16fd5d3 100644
--- a/src/KM_tai.cpp
+++ b/src/KM_tai.cpp
@@ -48,7 +48,7 @@ The libtai source code is in the public domain.
\brief portable time functions
*/
-#include <KM_tai.h>
+#include <asdcp/KM_tai.h>
#ifdef KM_WIN32
#include <time.h>
#else