1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/xrolo/files/patch-ac
Steve Price 97b24974af Initial import of xrolo version 2.6.
This is an Xview port of Ron Hitchens rolo tool.

PR:		9409
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-01-18 04:16:22 +00:00

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;