codec/{base32,hex}.h: Include `codec.h'. 2.2.0.1
authorMark Wooding <mdw@distorted.org.uk>
Sat, 12 Jan 2013 18:50:00 +0000 (18:50 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 12 Jan 2013 18:50:00 +0000 (18:50 +0000)
Brown paper-bag.  Release 2.2.0.1.

codec/base32.h
codec/hex.h
debian/changelog

index d2d66f1..3be8f8e 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
index c36ae31..db79530 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
index d0679f2..ee803a3 100644 (file)
@@ -1,3 +1,10 @@
+mlib (2.2.0.1) experimental; urgency=low
+
+  * Brown paper-bag: failed to include `codec.h' in `hex.h' and `base32.h'
+    leading to build failures of clients.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 12 Jan 2013 18:49:36 +0000
+
 mlib (2.2.0) experimental; urgency=low
 
   * Major internal reorganization.