summaryrefslogtreecommitdiff
path: root/src/KM_tai.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-23 23:47:17 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-23 23:54:16 +0100
commitb5dc29b2bf68213eac35048e21e9c26f7a221db7 (patch)
tree54fa4aa99aa7ae7762644734228c6ef8f77c5dda /src/KM_tai.cpp
parent26ef18592f9f7ae67e294fb3cc9fde8729b8066e (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