diff options
Diffstat (limited to 'driver/cmyk.c')
-rw-r--r-- | driver/cmyk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/driver/cmyk.c b/driver/cmyk.c index c3d07463..757584b9 100644 --- a/driver/cmyk.c +++ b/driver/cmyk.c @@ -1,9 +1,9 @@ /* - * "$Id: cmyk.c 7720 2008-07-11 22:46:21Z mike $" + * "$Id: cmyk.c 9042 2010-03-24 00:45:34Z mike $" * * CMYK color separation code for CUPS. * - * Copyright 2007-2008 by Apple Inc. + * Copyright 2007-2010 by Apple Inc. * Copyright 1993-2005 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -34,7 +34,7 @@ */ #include "driver.h" -#include <cups/string.h> +#include <cups/string-private.h> /* @@ -1951,5 +1951,5 @@ cupsCMYKSetLtDk(cups_cmyk_t *cmyk, /* I - CMYK color separation */ /* - * End of "$Id: cmyk.c 7720 2008-07-11 22:46:21Z mike $". + * End of "$Id: cmyk.c 9042 2010-03-24 00:45:34Z mike $". */ |