Build fixes.
[u/mdw/catacomb] / buf.h
diff --git a/buf.h b/buf.h
index ae5d993..0131681 100644 (file)
--- 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 <mLib/bits.h>
 
-#include <catacomb/mp.h>
+#ifndef CATACOMB_MP_H
+#  include "mp.h"
+#endif
 
 /*----- Data structures ---------------------------------------------------*/