summaryrefslogtreecommitdiff
path: root/devel/py-curses/patches/patch-aa
blob: c920ae94a2f2788220ec3b602cf6d4f7879c8120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1 1998/08/12 01:50:02 tsarna Exp $

Remove this patch when/if ncurses becomes standard

--- cursesmodule.c.orig	Tue Aug 11 19:47:48 1998
+++ cursesmodule.c	Tue Aug 11 19:48:01 1998
@@ -40,7 +40,7 @@
 /* Includes */
 
 #include "Python.h"
-#include <curses.h>
+#include <ncurses.h>
 
 #ifdef __sgi__
  /* No attr_t type is available */