]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps-call.patch
- in file call/call.c | #include <curses.h> corected to <ncurses/curses.h>
[packages/ax25-apps.git] / ax25-apps-call.patch
1 *** call.c      Tue Apr 17 00:20:42 2001
2 --- call.c.new  Tue Oct 23 16:06:20 2001
3 ***************
4 *** 38,44 ****
5   #include <sys/wait.h>
6   #include <termios.h>
7   #include <unistd.h>
8 ! #include <curses.h>
9   
10   #ifdef HAVE_NETAX25_AX25_H
11   #include <netax25/ax25.h>
12 --- 38,44 ----
13   #include <sys/wait.h>
14   #include <termios.h>
15   #include <unistd.h>
16 ! #include <ncurses/curses.h>
17   
18   #ifdef HAVE_NETAX25_AX25_H
19   #include <netax25/ax25.h>
This page took 0.082723 seconds and 3 git commands to generate.