diff options
| author | cah <cah@ableton.com> | 2024-03-21 12:32:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 20:33:37 +0100 |
| commit | 792dea6af89c725500eaafe669f67305a42ac1e4 (patch) | |
| tree | 5dfc92ec60b554aee9a4a69fe3ec87c5cfe60979 /src/AS_DCP.h | |
| parent | 858d32c386e089b41e594eedb4d15f421da3d5d0 (diff) | |
Fix <> / "" confusion for includes.
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index fcf9253..e41d70c 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -84,8 +84,8 @@ This project depends upon the following libraries: #ifndef _AS_DCP_H_ #define _AS_DCP_H_ -#include <KM_error.h> -#include <KM_fileio.h> +#include "KM_error.h" +#include "KM_fileio.h" #include <stdio.h> #include <stdarg.h> #include <math.h> |
