diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-08-15 02:00:12 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-08-15 02:00:12 +0000 |
commit | 63fe73995bd1d496f1465a4446c0adc833d204dc (patch) | |
tree | 6e5062a48e5fb39dcbd8165c515a9a0e375ec851 /converter/pbm | |
parent | fed74115faf1c899c1621768a5db09527c667fae (diff) | |
download | netpbm-mirror-63fe73995bd1d496f1465a4446c0adc833d204dc.tar.gz netpbm-mirror-63fe73995bd1d496f1465a4446c0adc833d204dc.tar.xz netpbm-mirror-63fe73995bd1d496f1465a4446c0adc833d204dc.zip |
Release 10.47.58
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2629 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/pbm')
-rw-r--r-- | converter/pbm/pbmtomacp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/pbm/pbmtomacp.c b/converter/pbm/pbmtomacp.c index 9dc700e6..600cc407 100644 --- a/converter/pbm/pbmtomacp.c +++ b/converter/pbm/pbmtomacp.c @@ -12,6 +12,7 @@ #include <string.h> +#include "pm_c_util.h" #include "pbm.h" #include "macp.h" |