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 88e40c29; for ; Sat, 29 Aug 2015 10:28:44 -0500 (EST) Date: Sat, 29 Aug 2015 10:28:44 -0500 (EST) Message-Id: <17008171255155404065.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: Including requires including before, and X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Including requires including before, and "config.h" was missing as well. Patch from Svyatoslav Mishyn , Crux Linux. Modified Files: -------------- mdocml: tag.c Revision Data ------------- Index: tag.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/tag.c,v retrieving revision 1.6 retrieving revision 1.7 diff -Ltag.c -Ltag.c -u -p -r1.6 -r1.7 --- tag.c +++ tag.c @@ -14,10 +14,13 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + #include #include #include +#include #include #include #include -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv