blob: 0a44114333a6aa72eeeb356b1b723a5afa5fdc02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2000/11/17 07:36:34 rh Exp $
--- X11/xedit/xedit.h.orig Fri Nov 17 08:27:10 2000
+++ X11/xedit/xedit.h
@@ -37,6 +37,8 @@
#include <X11/Xaw/Viewport.h>
#include <X11/Xaw/Cardinals.h>
+#include <stdio.h>
+
#ifndef BUFSIZ
#define BUFSIZ 2048
#endif
|