mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
97b24974af
This is an Xview port of Ron Hitchens rolo tool. PR: 9409 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
21 lines
414 B
Plaintext
21 lines
414 B
Plaintext
*** phone.c.org Sat Jan 9 22:25:15 1999
|
|
--- phone.c Sat Jan 9 22:25:52 1999
|
|
***************
|
|
*** 7,13 ****
|
|
|
|
#include <xview/xview.h>
|
|
#include <xview/panel.h>
|
|
! #include <sys/dir.h>
|
|
#include "defs.h"
|
|
|
|
static Frame volume_frame;
|
|
--- 7,14 ----
|
|
|
|
#include <xview/xview.h>
|
|
#include <xview/panel.h>
|
|
! #include <sys/types.h>
|
|
! #include <sys/dirent.h>
|
|
#include "defs.h"
|
|
|
|
static Frame volume_frame;
|