openbsd-ports/audio/gmpc/patches/patch-src-TreeSearchWidget_c
jasper 3058d09634 import gmpc 0.13.0
GMPC is a frontend for the mpd (Music Player Daemon).  It's focused on
being fast and easy to use, while still making optimal use of all the
functions in mpd.

from Pierre-Yves Ritschard <pyr at spootnik dot org>

feedback and ok steven
2006-10-27 14:11:16 +00:00

11 lines
394 B
Plaintext

--- src/TreeSearchWidget.c.orig Wed Oct 25 19:25:08 2006
+++ src/TreeSearchWidget.c Wed Oct 25 19:25:25 2006
@@ -2,6 +2,7 @@
#include <gtk/gtksignal.h>
#include <gdk/gdkkeysyms.h>
#include <regex.h>
+#include <sys/types.h>
#include "TreeSearchWidget.h"
static void treesearch_class_init (TreeSearchClass *klass);
static void treesearch_init (TreeSearch *ts);