diff options
author | Elliott Hughes <enh@google.com> | 2020-12-05 11:38:16 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2020-12-07 08:21:18 -0800 |
commit | 6fe8e429f22e958586ca1b56595cf0c48b2f9c08 (patch) | |
tree | 705c48595f7c73fe043c39b4d73b81d4cdca5d4e /jcinit.c | |
parent | 98e581f8227b9846b7adc92c0c63f5ed2384ff4b (diff) | |
parent | bbb828223e9c8f83f0e84db1e98b116029e62765 (diff) |
Update to bbb828223e9c8f83f0e84db1e98b116029e62765.
Test: treehugger
Change-Id: I5608ab5b6eb0f2225cd578a711ea0fa3be09f5e8
Diffstat (limited to 'jcinit.c')
-rw-r--r-- | jcinit.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,10 @@ /* * jcinit.c * + * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. - * This file is part of the Independent JPEG Group's software. + * libjpeg-turbo Modifications: + * Copyright (C) 2020, D. R. Commander. * For conditions of distribution and use, see the accompanying README.ijg * file. * @@ -19,6 +21,7 @@ #define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" +#include "jpegcomp.h" /* |