mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3d595b11e7
This will fix build on 5.x
11 lines
226 B
C
11 lines
226 B
C
--- src/e2_fileview.h.orig Sat Nov 4 14:39:08 2006
|
|
+++ src/e2_fileview.h Sat Nov 4 14:39:26 2006
|
|
@@ -21,6 +21,7 @@
|
|
#ifndef E2_FILEVIEW_H
|
|
#define E2_FILEVIEW_H
|
|
|
|
+#include <pthread.h>
|
|
#include "emelfm2.h"
|
|
|
|
#ifdef E2_VFS
|