src/budget.h | 2 ++
1 file changed, 2 insertions(+)
Author: Frank S. Thomas <fst@debian.org>
Description: Fix FTBFS with GCC 4.3 by including <sys/types.h> explicitly.
Bug: #455660
Index: b/src/budget.h
===================================================================
--- a/src/budget.h
+++ b/src/budget.h
@@ -21,6 +21,8 @@
#ifndef BUDGET_H
#define BUDGET_H
+#include <sys/types.h>
+
#include <qstring.h>
#include <QList>
#include <qmap.h>