diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | src/pnm.c | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,10 @@ pnmcurve ChangeLog ================== +pnmcurve-0.0.5 + - Fix compilation with gcc-15 + (submitted by: LAP) + pnmcurve-0.0.4 - Use strsep replacement in pnmcurvedit too (thanks to Tim Larson for testing). @@ -8,6 +8,8 @@ /* This code is based on Fl_PNM_Image.cxx from fltk (http://www.fltk.org) */ +#include <stdlib.h> +#include <ctype.h> #include <string.h> #include "pnm.h" |
