freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+menu+om_set.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

10 lines
413 B
C

--- ./lib/libxview/menu/om_set.c.orig Tue Jun 29 07:16:24 1993
+++ ./lib/libxview/menu/om_set.c Sat Apr 1 18:25:25 2000
@@ -12,6 +12,7 @@ static char sccsid[] = "@(#)om_set.c
/* --------------------------------------------------------------------- */
#include <sys/types.h>
+#include <ctype.h>
#include <xview_private/om_impl.h>
#include <xview_private/draw_impl.h>
#include <xview_private/fm_impl.h>