From 9df60b4c472359d6d1a92fd62dd74feb002f14fc Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 25 Dec 2016 17:36:41 +0000 Subject: Copy Development as new Advanced git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2861 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/pbm/pbmtopk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'converter/pbm/pbmtopk.c') diff --git a/converter/pbm/pbmtopk.c b/converter/pbm/pbmtopk.c index 3948ae0d..2f05d449 100644 --- a/converter/pbm/pbmtopk.c +++ b/converter/pbm/pbmtopk.c @@ -9,6 +9,7 @@ https://www.tug.org/TUGboat/tb06-1/tb11gf.pdf */ +#define _DEFAULT_SOURCE 1 /* New name for SVID & BSD source defines */ #define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ #define _XOPEN_SOURCE 500 /* Make sure strdup() is in string.h */ -- cgit 1.4.1