From 42e34ac14188118c5dc6db4f393edb6781972970 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Thu, 23 Jun 2016 19:55:22 -0600 Subject: [PATCH] Change pbm to netpbm. --- Makefile | 2 +- tumble_pbm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dcc628f..f13b98f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CFLAGS = -Wall LDFLAGS = -LDLIBS = -ltiff -ljpeg -lpbm -lz -lm +LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm ifdef DEBUG CFLAGS := $(CFLAGS) -g diff --git a/tumble_pbm.c b/tumble_pbm.c index cc48dc0..d6a1f8b 100644 --- a/tumble_pbm.c +++ b/tumble_pbm.c @@ -27,7 +27,7 @@ #include #include /* strcasecmp() is a BSDism */ -#include +#include /* * pbm_readpbmrow_packed always uses big-endian bit ordering. * On little-endian processors (such as the x86), we want little-endian