From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 46808b3a; for ; Wed, 20 May 2015 19:19:22 -0500 (EST) Date: Wed, 20 May 2015 19:19:22 -0500 (EST) Message-Id: <16067155733341781382.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: This one needs config.h too, if only for __BEGIN_DECLS. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- This one needs config.h too, if only for __BEGIN_DECLS. Found on Solaris 11 in the OpenCSW cluster. Modified Files: -------------- mdocml: soelim.c Revision Data ------------- Index: soelim.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/soelim.c,v retrieving revision 1.3 retrieving revision 1.4 diff -Lsoelim.c -Lsoelim.c -u -p -r1.3 -r1.4 --- soelim.c +++ soelim.c @@ -24,6 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" #include -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv