freebsd-ports/finance/gnofin/files/patch-src_common.h
Martin Wilke 9512476be4 - Fix Build after objformat removal
- Pass maintainership to submitter

PR:		118678
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-14 16:51:00 +00:00

11 lines
306 B
C

--- src/common.h.orig 2007-12-13 19:50:36.000000000 +0100
+++ src/common.h 2007-12-13 19:50:59.000000000 +0100
@@ -24,6 +24,8 @@
# include <config.h>
#endif
+#include <string.h>
+
#include <glib.h>
#include <libgnome/gnome-defs.h>
#include <libgnome/gnome-i18n.h> /* defines _() and N_() macros */