X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/f9984d1114fc8b8e3401190d334cb3af2c9849b4..5ff5e6589e2b702516cb11c37e91ed69ad4eae8a:/buf.c diff --git a/buf.c b/buf.c index e03be65..5e0a069 100644 --- a/buf.c +++ b/buf.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: buf.c,v 1.1 2003/10/11 21:02:33 mdw Exp $ + * $Id: buf.c,v 1.2 2003/11/10 22:18:30 mdw Exp $ * * Buffer handling * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: buf.c,v $ + * Revision 1.2 2003/11/10 22:18:30 mdw + * Build fixes. + * * Revision 1.1 2003/10/11 21:02:33 mdw * Import buf stuff from tripe. * @@ -52,8 +55,7 @@ #include -#include - +#include "mp.h" #include "buf.h" /*----- Main code ---------------------------------------------------------*/