mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy, devel/mono-tools, devel/monodevelop, devel/monodevelop-boo, devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala, graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp, multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight, www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20, x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus). PR: ports/143657 [1] Submitted by: glewis [1]
13 lines
213 B
C++
13 lines
213 B
C++
|
|
$FreeBSD$
|
|
|
|
--- plugin/plugin.cpp.orig
|
|
+++ plugin/plugin.cpp
|
|
@@ -17,6 +17,7 @@
|
|
#include <fcntl.h>
|
|
#include <stdlib.h>
|
|
#include <dlfcn.h>
|
|
+#include <unistd.h>
|
|
|
|
#include "plugin.h"
|
|
#include "plugin-spinner.h"
|