]> git.pld-linux.org Git - packages/recode.git/blame - recode-bool.patch
explicitly define encoding for texinfo file
[packages/recode.git] / recode-bool.patch
CommitLineData
8597275c
JB
1--- recode-3.6/src/recode.h.orig 2000-06-28 20:40:16.000000000 +0200
2+++ recode-3.6/src/recode.h 2012-10-21 10:44:04.443899019 +0200
3@@ -17,6 +17,8 @@
4 If not, write to the Free Software Foundation, Inc., 59 Temple Place -
5 Suite 330, Boston, MA 02111-1307, USA. */
6
7+#include <stdbool.h>
8+
9 #ifndef PARAMS
10 # if __STDC__
11 # define PARAMS(Args) Args
This page took 0.045656 seconds and 4 git commands to generate.