diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
commit | 190418a078b1eb7ea3c5d38a08bdab3cbd422086 (patch) | |
tree | bb336ccecde7052d26d3d8d8c97238744a373aad /deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c | |
parent | 6b0c40606cac591d75b88d05c7276bd16c369035 (diff) | |
download | ports-190418a078b1eb7ea3c5d38a08bdab3cbd422086.tar.gz ports-190418a078b1eb7ea3c5d38a08bdab3cbd422086.zip |
Notes
Diffstat (limited to 'deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c')
-rw-r--r-- | deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c new file mode 100644 index 000000000000..03a974c23aa4 --- /dev/null +++ b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c @@ -0,0 +1,10 @@ +--- gsearchtool/gsearchtool-support.c.orig Thu Dec 23 19:13:28 2004 ++++ gsearchtool/gsearchtool-support.c Thu Dec 23 19:13:38 2004 +@@ -30,6 +30,7 @@ + #endif + + #include <glib/gi18n.h> ++#include <sys/types.h> + #include <regex.h> + #include <gdk/gdkx.h> + #include <bonobo-activation/bonobo-activation.h> |