# Fixes #504848 - FTBFS with GCC 4.4: missing #include
# Thanks to Martin Michlmayr <tbm@cyrius.com>

Index: boolstuff-0.1.12/src/commands/booldnf.cpp
===================================================================
--- boolstuff-0.1.12.orig/src/commands/booldnf.cpp	2009-09-24 13:11:28.000000000 +0200
+++ boolstuff-0.1.12/src/commands/booldnf.cpp	2009-09-24 13:11:45.000000000 +0200
@@ -32,6 +32,7 @@
 #include <getopt.h>
 #endif
 
+#include <cstdio>
 #include <iostream>
 
 using namespace std;
