From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p01LN2b1002564 for ; Sat, 1 Jan 2011 16:23:02 -0500 (EST) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p01LN1CH011185; Sat, 1 Jan 2011 16:23:01 -0500 (EST) Date: Sat, 1 Jan 2011 16:23:01 -0500 (EST) Message-Id: <201101012123.p01LN1CH011185@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Add bits for compilation on Mac. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Add bits for compilation on Mac. Modified Files: -------------- mdocml: tbl_data.c tbl_layout.c Revision Data ------------- Index: tbl_data.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/tbl_data.c,v retrieving revision 1.5 retrieving revision 1.6 diff -Ltbl_data.c -Ltbl_data.c -u -p -r1.5 -r1.6 --- tbl_data.c +++ tbl_data.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "mandoc.h" #include "libmandoc.h" Index: tbl_layout.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/tbl_layout.c,v retrieving revision 1.3 retrieving revision 1.4 diff -Ltbl_layout.c -Ltbl_layout.c -u -p -r1.3 -r1.4 --- tbl_layout.c +++ tbl_layout.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "mandoc.h" #include "libmandoc.h" -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv