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/KM_fileio.cpp | |
| parent | d2042adb97e12b9c7e963a98e218a0ea6fbc9197 (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/KM_fileio.cpp')
| -rw-r--r-- | src/KM_fileio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp index 8238dc3..b95ac34 100644 --- a/src/KM_fileio.cpp +++ b/src/KM_fileio.cpp @@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \brief portable file i/o */ -#include <KM_fileio.h> +#include <asdcp/KM_fileio.h> #include <KM_log.h> #include <fcntl.h> #include <sstream> |
