openbsd-ports/x11/emelfm2/patches/patch-src_e2_fileview_h
landry da1012c7f0 Import of emelfm2 0.5, a Gtk2-based two-pane file manager.
Submitted by Giovanni Bechis (MAINTAINER), with some tweaks by me.

ok ajacoutot@
2008-10-30 19:32:32 +00:00

12 lines
407 B
Plaintext

$OpenBSD: patch-src_e2_fileview_h,v 1.1.1.1 2008/10/30 19:32:32 landry Exp $
--- src/e2_fileview.h.orig Mon Oct 27 21:41:00 2008
+++ src/e2_fileview.h Mon Oct 27 21:42:50 2008
@@ -22,6 +22,7 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, M
#define __E2_FILEVIEW_H__
#include "emelfm2.h"
+#include <pthread.h>
//these are in same order as ascii <, =, >
typedef enum { LT, EQ, GT } Operator;