From: tsteven4 Date: Sun, 10 Feb 2013 23:31:06 +0000 (+0000) Subject: CoastalExplorer: Allow compilation to succeed without expat. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~655 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c470f0d266192c3aea010183cc99c7ae6e1fdabe;p=gpsbabel.git CoastalExplorer: Allow compilation to succeed without expat. Note that using this format, and many others, witout expat will result in fatal run time errors. --- diff --git a/gpsbabel/coastexp.cc b/gpsbabel/coastexp.cc index 2af2150b5..7aa72c74c 100644 --- a/gpsbabel/coastexp.cc +++ b/gpsbabel/coastexp.cc @@ -19,8 +19,8 @@ */ #include "defs.h" +#include "xmlgeneric.h" #if HAVE_LIBEXPAT -# include "xmlgeneric.h" # include static XML_Parser psr; #endif