Commit 1e570a6a by Bruce Korb

use "#if defined( HAV..." instead of "#if HAV..."

From-SVN: r36167
parent dc46505a
......@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "fixlib.h"
#if HAVE_MMAP_FILE
#if defined( HAVE_MMAP_FILE )
#include <sys/mman.h>
#define BAD_ADDR ((void*)-1)
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment