diff options
-rw-r--r-- | x11/florence/files/patch-src_trace.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/florence/files/patch-src_trace.c b/x11/florence/files/patch-src_trace.c new file mode 100644 index 000000000000..3bb10603898c --- /dev/null +++ b/x11/florence/files/patch-src_trace.c @@ -0,0 +1,12 @@ +--- src/trace.c.orig 2010-11-28 14:59:13.000000000 +0000 ++++ src/trace.c +@@ -22,9 +22,7 @@ + #include "trace.h" + #include "system.h" + #include <glib/gprintf.h> +-#include <glib/gutils.h> +-#include <glib/gslist.h> +-#include <glib/gstrfuncs.h> ++#include <glib.h> + #include <stdio.h> + #include <stdarg.h> |