6c1d2624ab
-- GTK+extra is a useful widget library set complementary to GTK+ for creating graphical interfaces for the X Window System. WWW: http://gtkextra.sourceforge.net/ From: Chris Kuethe <ckuethe@ualberta.ca> brad@ ok
13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
$OpenBSD: patch-gtkextra_gtkplotps_c,v 1.1.1.1 2003/01/22 17:10:59 margarida Exp $
|
|
--- gtkextra/gtkplotps.c.orig Wed Jan 15 19:26:24 2003
|
|
+++ gtkextra/gtkplotps.c Wed Jan 15 19:26:51 2003
|
|
@@ -34,7 +34,7 @@
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
#include <gtk/gtk.h>
|
|
-#include <wctype.h>
|
|
+/* #include <wctype.h> */ /* OpenBSD doesn't have ctype.h for wide chars */
|
|
#include <locale.h>
|
|
|
|
#include "gtkplot.h"
|