hash/unihash.c: Replace a dynamic assertion with a static one.
[mLib] / codec / hex.h
index c36ae31..db79530 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif