1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/deskutils/vym/files/patch-mapeditor.cpp
Pav Lucistnik c9b5b84064 - Update to 1.7.0
PR:		ports/84618
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2005-09-16 20:36:16 +00:00

12 lines
288 B
C++

--- mapeditor.cpp.orig Wed Jul 13 13:36:14 2005
+++ mapeditor.cpp Sat Aug 6 17:19:14 2005
@@ -58,6 +58,8 @@
#include "icons/flag-flash.xpm"
#include "icons/flag-lifebelt.xpm"
+#include <unistd.h>
+
extern TextEditor *textEditor;
extern int statusbarTime;
extern Main *mainWindow;