chiark / gitweb /
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 d2d66f13fcb796209a401a4c82237557801dc4c2..3be8f8e778a1b2a8235afa8b67d1f7c16e4f47f8 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
index c36ae31746d275f92d83a7ebc0252ef71a1d3c1b..db79530b56437bf9498c37446fccfdfd471202bb 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
index d0679f26ef4d507279c3309a1aa56c67d99bc264..ee803a326ae35206b0ce4c57b47d72ec0ae67d6a 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.
 mlib (2.2.0) experimental; urgency=low
 
   * Major internal reorganization.