blob: 9865525747d136e08dd4ebf97f86c4ba345790be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-src_gpm-xterm.c,v 1.1.1.1 2000/07/14 10:37:18 rh Exp $
--- src/gpm-xterm.c.orig Wed Apr 12 08:02:04 2000
+++ src/gpm-xterm.c Tue Jul 11 10:01:31 2000
@@ -21,9 +21,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
********/
-#include "common.h"
+#include "./common.h"
#if defined(HAVE_CURSES) && !defined(HAVE_LIBGPM)
-#include "gpm-xterm.h"
+#include "./gpm-xterm.h"
#ifdef HAVE_USEKEYPAD
int gpm_keypad(WINDOW * win, int new)
|