mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5dc621b448
PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt>
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
*** ./routines/metanet/files.c.old Sun Jun 22 16:57:23 1997
|
|
--- ./routines/metanet/files.c Sun Jun 22 16:58:16 1997
|
|
***************
|
|
*** 1,5 ****
|
|
--- 1,8 ----
|
|
#include <stdio.h>
|
|
#ifndef __MSC__
|
|
+ #ifdef __FreeBSD__
|
|
+ #include <sys/types.h>
|
|
+ #endif
|
|
#include <dirent.h>
|
|
#endif
|
|
#include <string.h>
|