openbsd-ports/x11/emelfm2/patches/patch-src_e2_fileview_h

12 lines
406 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_e2_fileview_h,v 1.2 2012/09/03 09:34:59 ajacoutot Exp $
--- src/e2_fileview.h.orig Fri May 28 02:10:27 2010
+++ src/e2_fileview.h Mon Sep 3 11:03:01 2012
@@ -21,6 +21,7 @@ along with emelFM2; see the file GPL. If not, see http
#define __E2_FILEVIEW_H__
#include "emelfm2.h"
+#include <pthread.h>
//these are in same order as ascii <, =, >
typedef enum { LT, EQ, GT } Operator;