Headers: Guard inclusion of mLib headers.
[mLib] / base32.h
index bedbae1..a6333e9 100644 (file)
--- a/base32.h
+++ b/base32.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Base32 encoding and decoding
  *
  * (c) 1997 Straylight/Edgeware
@@ -36,7 +34,9 @@
 
 /*----- Header files ------------------------------------------------------*/
 
-#include "dstr.h"
+#ifndef MLIB_DSTR_H
+#  include "dstr.h"
+#endif
 
 /*----- Data structures ---------------------------------------------------*/