freebsd-ports/science/afni/files/patch-SUMA_gts_examples_happrox.c
Jason W. Bacon 73eb992926 science/afni: Upgrade to 19.1.10
Rapid response from upstream on reported issue.  Additional patches to be
upstreamed in next release.
2019-05-22 12:44:17 +00:00

11 lines
281 B
C

--- SUMA/gts/examples/happrox.c.orig 2019-05-21 18:01:41 UTC
+++ SUMA/gts/examples/happrox.c
@@ -20,7 +20,7 @@
#include <math.h>
#include <stdlib.h>
#include <string.h>
-#include <pgm.h>
+#include <netpbm/pgm.h>
#include "config.h"
#ifdef HAVE_GETOPT_H
# include <getopt.h>