opnsense-ports/graphics/truevision/files/patch-src-dlgutils.cc
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

11 lines
291 B
C++

--- src/dlgutils.cc.orig Sun Jun 12 02:34:25 2005
+++ src/dlgutils.cc Mon Jun 20 23:50:40 2005
@@ -27,7 +27,7 @@
#include "include/dlgutils.h"
#include <unistd.h>
-#include <libintl.h>
+#include <ctype.h>
#include "include/main.h"
#include "include/preferences.h"
#include "config.h"