about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-09-08 17:25:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-09-08 17:25:02 +0000
commitcf97c97e5da0fadc0bca18bcb8637f80fb9461b5 (patch)
tree4bd3fc92c9c916f403a8e1fdf4fbca87ef2075ad
parentf5eb91e2b344759255b0962d177952c537e8cd32 (diff)
downloadnetpbm-mirror-cf97c97e5da0fadc0bca18bcb8637f80fb9461b5.tar.gz
netpbm-mirror-cf97c97e5da0fadc0bca18bcb8637f80fb9461b5.tar.xz
netpbm-mirror-cf97c97e5da0fadc0bca18bcb8637f80fb9461b5.zip
Add _USE_BSD
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1729 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/giftopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c
index cb75088b..746314d5 100644
--- a/converter/other/giftopnm.c
+++ b/converter/other/giftopnm.c
@@ -19,7 +19,7 @@
    describe the Lempel-Ziv base.
 */
 
-
+#define _BSD_SOURCE   /* for strcaseeq */
 #include <string.h>
 #include <assert.h>