diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
| commit | bc41241ca5946b45895806e5ab361f9277933563 (patch) | |
| tree | 1cd8a3f6eaaa6b5af453c3419247a7e63394ba37 /src/AS_DCP_internal.h | |
| parent | d2042adb97e12b9c7e963a98e218a0ea6fbc9197 (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/AS_DCP_internal.h')
| -rwxr-xr-x | src/AS_DCP_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h index ea6d99a..02368e0 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -32,8 +32,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _AS_DCP_INTERNAL_H_ #define _AS_DCP_INTERNAL_H_ -#include <KM_platform.h> -#include <KM_util.h> +#include <asdcp/KM_platform.h> +#include <asdcp/KM_util.h> #include <KM_log.h> #include "Metadata.h" |
