diff options
author | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2008-02-16 00:27:39 +0000 |
---|---|---|
committer | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2008-02-16 00:27:39 +0000 |
commit | ac884b6a1c1c3dfe73ef7e770d91ea225002a2c3 (patch) | |
tree | 09fb84a85bf308c6a6dd45f7293c64c40fe5acdc /filter/rastertoepson.c | |
parent | 5a738aeaea5c4dd9384a8601cc5c99be683b69ca (diff) | |
download | cups-ac884b6a1c1c3dfe73ef7e770d91ea225002a2c3.tar.gz |
Merge CUPS 1.4svn-r7319.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@624 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/rastertoepson.c')
-rw-r--r-- | filter/rastertoepson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/rastertoepson.c b/filter/rastertoepson.c index a50d977c7..f1ad6547c 100644 --- a/filter/rastertoepson.c +++ b/filter/rastertoepson.c @@ -34,7 +34,7 @@ #include <cups/ppd.h> #include <cups/string.h> #include <cups/i18n.h> -#include "raster.h" +#include <cups/raster.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> |