diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-04-04 20:59:01 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-04-04 20:59:01 +0000 |
commit | e7537327685c49c724dd8f7e57cfe52ad10c15e8 (patch) | |
tree | abf4f125b939d06d2e369eb2ca09191baa492e7c /converter/other/tifftopnm.c | |
parent | b0528cd8ea2a8527c4bbae5176c8f69fd0104769 (diff) | |
download | netpbm-mirror-e7537327685c49c724dd8f7e57cfe52ad10c15e8.tar.gz netpbm-mirror-e7537327685c49c724dd8f7e57cfe52ad10c15e8.tar.xz netpbm-mirror-e7537327685c49c724dd8f7e57cfe52ad10c15e8.zip |
Remove pm_c_util.h from sshopt.h
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@871 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/tifftopnm.c')
-rw-r--r-- | converter/other/tifftopnm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/other/tifftopnm.c b/converter/other/tifftopnm.c index fe0de2d7..a8c0fe1d 100644 --- a/converter/other/tifftopnm.c +++ b/converter/other/tifftopnm.c @@ -53,6 +53,7 @@ #include <string.h> #include <stdio.h> +#include "pm_c_util.h" #include "shhopt.h" #include "mallocvar.h" #include "nstring.h" |