1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/deskutils/xrolo/files/patch-ab

27 lines
564 B
Plaintext
Raw Normal View History

*** main.c.org Sat Jan 9 22:25:04 1999
--- main.c Sat Jan 9 22:26:03 1999
***************
*** 39,45 ****
#include <sys/param.h>
#include <stdio.h>
#include <sys/types.h>
! #include <sys/dir.h>
#include <xview/xview.h>
#include <xview/panel.h>
#include <xview/textsw.h>
--- 39,45 ----
#include <sys/param.h>
#include <stdio.h>
#include <sys/types.h>
! #include <sys/dirent.h>
#include <xview/xview.h>
#include <xview/panel.h>
#include <xview/textsw.h>
***************
*** 320,323 ****
return (strcpy (q, p));
}
-
--- 320,322 ----