X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/e109873133d224df7973bceedae82172924cd69e..dd3c57bc8cac59e0d657ee665ce462988d27d714:/base32.h diff --git a/base32.h b/base32.h index 3451778..a6333e9 100644 --- a/base32.h +++ b/base32.h @@ -34,7 +34,9 @@ /*----- Header files ------------------------------------------------------*/ -#include "dstr.h" +#ifndef MLIB_DSTR_H +# include "dstr.h" +#endif /*----- Data structures ---------------------------------------------------*/