openbsd-ports/x11/pcmanfm/patches/patch-src_ptk_ptk-path-entry_c
ajacoutot f3c097f76c Fix several implicit declarations.
Move to REVISION and new DEPENDS.
Regen WANTLIB.
2010-07-16 13:15:19 +00:00

13 lines
443 B
Plaintext

$OpenBSD: patch-src_ptk_ptk-path-entry_c,v 1.1 2010/07/16 13:15:19 ajacoutot Exp $
--- src/ptk/ptk-path-entry.c.orig Fri Jul 16 15:04:23 2010
+++ src/ptk/ptk-path-entry.c Fri Jul 16 15:04:49 2010
@@ -13,6 +13,8 @@
#include "ptk-path-entry.h"
#include <gdk/gdkkeysyms.h>
+#include <string.h>
+
/*
static GQuark use_hand_cursor = (GQuark)"hand_cursor";
#define is_hand_cursor_used( entry ) (g_object_get_qdata(entry, use_hand_cursor))