Build fixes.
[u/mdw/catacomb] / buf.c
diff --git a/buf.c b/buf.c
index e03be65..5e0a069 100644 (file)
--- 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 <string.h>
 
-#include <catacomb/mp.h>
-
+#include "mp.h"
 #include "buf.h"
 
 /*----- Main code ---------------------------------------------------------*/