freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+frame+fm_get.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
345 B
C

--- ./lib/libxview/frame/fm_get.c.orig Tue Jun 29 07:16:10 1993
+++ ./lib/libxview/frame/fm_get.c Sat Apr 1 18:25:24 2000
@@ -10,6 +10,7 @@ static char sccsid[] = "@(#)fm_get.c
* file for terms of the license.
*/
+#include <ctype.h>
#include <xview_private/fm_impl.h>
#include <xview_private/draw_impl.h>
#include <xview/server.h>