diff options
Diffstat (limited to 'finance/gnofin/files/patch-aa')
-rw-r--r-- | finance/gnofin/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/finance/gnofin/files/patch-aa b/finance/gnofin/files/patch-aa new file mode 100644 index 000000000000..f083c41084bb --- /dev/null +++ b/finance/gnofin/files/patch-aa @@ -0,0 +1,10 @@ +--- src/ui-menubar.h.orig Mon Jan 24 17:16:08 2000 ++++ src/ui-menubar.h Tue Jan 25 08:35:02 2000 +@@ -20,6 +20,7 @@ + #ifndef UI_MENUBAR_H + #define UI_MENUBAR_H + ++#include <sys/types.h> + #include "ui-types.h" + + struct _UI_Menubar |