chiark / gitweb /
Headers: Guard inclusion of mLib headers.
[mLib] / base64.h
index 22a8318a108e5a548de15f1cd9776d38d302c251..4a0a19d45203056b7aa0a28f5ba0634082f2b0c6 100644 (file)
--- a/base64.h
+++ b/base64.h
@@ -34,7 +34,9 @@
 
 /*----- Header files ------------------------------------------------------*/
 
-#include "dstr.h"
+#ifndef MLIB_DSTR_H
+#  include "dstr.h"
+#endif
 
 /*----- Data structures ---------------------------------------------------*/