1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c
Maxim Sobolev ddc1a5e1b2 Unbroke on 4-STABLE.
PR:		28674
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-07-05 09:03:39 +00:00

16 lines
295 B
C

$FreeBSD$
--- gtkextra/gtkplotps.c 2001/07/05 08:52:19 1.1
+++ gtkextra/gtkplotps.c 2001/07/05 08:52:48
@@ -34,7 +34,9 @@
#include <ctype.h>
#include <time.h>
#include <gtk/gtk.h>
+#if __FreeBSD_version >= 500019
#include <wctype.h>
+#endif
#include "gtkplot.h"
#include "gtkpsfont.h"