X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/6b80b6c48a47fd4f9f8329e2e56a228fa3e2c7f4..962dd3329d51f1d18313a17eb0cb4695ee4421a0:/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 ---------------------------------------------------*/