blob: 7cf2ea25a47de5b9ed3a93b5fdb3c09b4ffbc8f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bb,v 1.1 2001/12/20 09:19:56 tron Exp $
--- lib/libxview/frame/fm_get.c.orig Tue Jun 29 07:16:10 1993
+++ lib/libxview/frame/fm_get.c Thu Dec 20 10:09:16 2001
@@ -10,6 +10,7 @@
* 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>
|