opnsense-ports/deskutils/notecase/files/patch-src-gui-GuiLanguage.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
279 B
C++

--- src/gui/GuiLanguage.cpp.orig 2013-09-18 16:02:26.000000000 +0200
+++ src/gui/GuiLanguage.cpp 2013-09-18 16:03:53.000000000 +0200
@@ -17,6 +17,7 @@
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
+#include <stdlib.h>
#include <string.h>
#include "../lib/EnumDirectory.h"