From df983bfa5256e40c0c1c9226a4b65ad73cb4d22b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 4 Dec 2008 17:49:30 +0000 Subject: Make -ansi compile work git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@781 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pgmtoppm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'converter/other/pgmtoppm.c') diff --git a/converter/other/pgmtoppm.c b/converter/other/pgmtoppm.c index cface024..12bc7d25 100644 --- a/converter/other/pgmtoppm.c +++ b/converter/other/pgmtoppm.c @@ -10,6 +10,7 @@ ** implied warranty. */ +#define _BSD_SOURCE /* Make sure strdup() is in */ #include #include "mallocvar.h" -- cgit 1.4.1