X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/f9984d1114fc8b8e3401190d334cb3af2c9849b4..5ff5e6589e2b702516cb11c37e91ed69ad4eae8a:/buf.h diff --git a/buf.h b/buf.h index ae5d993..0131681 100644 --- a/buf.h +++ b/buf.h @@ -1,8 +1,9 @@ /* -*-c-*- * - * $Id: buf.h,v 1.1 2003/10/11 21:02:33 mdw Exp $ + * $Id: buf.h,v 1.2 2003/11/10 22:18:30 mdw Exp $ + * + * Reading and writing packet buffers * - * [Reading and writing packet buffers * * (c) 2001 Straylight/Edgeware */ @@ -29,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: buf.h,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. * @@ -37,8 +41,8 @@ * */ -#ifndef BUF_H -#define BUF_H +#ifndef CATACOMB_BUF_H +#define CATACOMB_BUF_H #ifdef __cplusplus extern "C" { @@ -50,7 +54,9 @@ #include -#include +#ifndef CATACOMB_MP_H +# include "mp.h" +#endif /*----- Data structures ---------------------------------------------------*/