opnsense-ports/textproc/stardict3/files/patch-dict__src__dictmanagedlg.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
297 B
C++

--- ./dict/src/dictmanagedlg.cpp.orig 2012-12-24 10:04:24.000000000 +0000
+++ ./dict/src/dictmanagedlg.cpp 2014-03-25 09:07:04.575980043 +0000
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <glib/gi18n.h>
#include <algorithm>
+#include <cstdlib>
#ifdef _WIN32
# include <gdk/gdkwin32.h>