]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps-listen.patch
- in file listen/listen.c | #include <curses.h> corected to <ncurses/curses.h>
[packages/ax25-apps.git] / ax25-apps-listen.patch
1 *** listen.c    Tue Apr 10 03:58:54 2001
2 --- listen.c.new        Tue Oct 23 16:07:06 2001
3 ***************
4 *** 8,14 ****
5   #include <stdlib.h>
6   #include <string.h>
7   #include <time.h>
8 ! #include <curses.h>
9   
10   #include <sys/socket.h>
11   #include <net/if.h>
12 --- 8,14 ----
13   #include <stdlib.h>
14   #include <string.h>
15   #include <time.h>
16 ! #include <ncurses/curses.h>
17   
18   #include <sys/socket.h>
19   #include <net/if.h>
This page took 0.03 seconds and 3 git commands to generate.