1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c
2001-12-05 10:50:21 +00:00

16 lines
303 B
C

$FreeBSD$
--- gtkextra/gtkplotps.c.orig Fri Nov 30 17:13:40 2001
+++ gtkextra/gtkplotps.c Wed Dec 5 10:58:27 2001
@@ -34,7 +34,9 @@
#include <ctype.h>
#include <time.h>
#include <gtk/gtk.h>
+#if __FreeBSD_version >= 500019
#include <wctype.h>
+#endif
#include <locale.h>
#include "gtkplot.h"