diff options
Diffstat (limited to 'third_party/lcms2-2.6')
-rw-r--r-- | third_party/lcms2-2.6/src/lcms2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lcms2-2.6/src/lcms2_internal.h b/third_party/lcms2-2.6/src/lcms2_internal.h index 5119218ceb..8617e92eb1 100644 --- a/third_party/lcms2-2.6/src/lcms2_internal.h +++ b/third_party/lcms2-2.6/src/lcms2_internal.h @@ -29,7 +29,7 @@ // Include plug-in foundation #ifndef _lcms_plugin_H -# include "../include/lcms2_plugin.h" +#include "third_party/lcms2-2.6/include/lcms2_plugin.h" #endif // ctype is part of C99 as per 7.1.2 |