about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-11-27 17:03:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-11-27 17:03:08 +0000
commitd07e070887f12a230a55de82a5d965e3769d01c3 (patch)
tree6822400e6c944217c6c5750dddbb5b6a995f87f6
parentc9df14757a83c953deec8b55dbeb964148a524bd (diff)
downloadnetpbm-mirror-d07e070887f12a230a55de82a5d965e3769d01c3.tar.gz
netpbm-mirror-d07e070887f12a230a55de82a5d965e3769d01c3.tar.xz
netpbm-mirror-d07e070887f12a230a55de82a5d965e3769d01c3.zip
fix recent bugs
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@152 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/HISTORY4
-rw-r--r--editor/pnmshear.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 11e2ef52..5929e85e 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,8 +6,8 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.37.0
 
-              pnmshear: add -background, -noantialias.  Thanks
-              Erik Auerswald <auerswal@unix-ag.uni-kl.de>.
+              pnmshear: add -background.  Thanks Erik Auerswald
+              <auerswal@unix-ag.uni-kl.de>.
 
               pamx: fix bug with X depth = 0.
 
diff --git a/editor/pnmshear.c b/editor/pnmshear.c
index 7bf983cc..5ed6c5c5 100644
--- a/editor/pnmshear.c
+++ b/editor/pnmshear.c
@@ -12,6 +12,7 @@
 
 #define _XOPEN_SOURCE   /* get M_PI in math.h */
 
+#include <assert.h>
 #include <math.h>
 #include <string.h>