chiark / gitweb /
codec/{base32,hex}.h: Include `codec.h'.
[mLib] / codec / base32.h
index d2d66f13fcb796209a401a4c82237557801dc4c2..3be8f8e778a1b2a8235afa8b67d1f7c16e4f47f8 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif