From a24c2e9d163a56bd597bb9400607e494f8341c6e Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 2 Oct 2008 12:41:42 +0200 Subject: Branch apps as mupdf. Previously the example front end applications were called generically 'pdfview' and 'pdftool'. In preparation for release we'd like to brand them more uniquely. Since the user-facing part of the tree is the mupdf library, we intend to brand the releases mupdf. In support of this, 'pdfview' becomes 'mupdf' and 'pdftool' becomes 'mupdftool'. --- apps/unix/ximage.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/unix/ximage.c') diff --git a/apps/unix/ximage.c b/apps/unix/ximage.c index ed2ce9c0..f1429e62 100644 --- a/apps/unix/ximage.c +++ b/apps/unix/ximage.c @@ -6,6 +6,10 @@ # define _XOPEN_SOURCE 1 #endif +#ifndef _XOPEN_SOURCE +# define _XOPEN_SOURCE 1 +#endif + #include #include -- cgit v1.2.3