blob: d242af20723d2024781040519936f48ebb846b24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** ./routines/metanet/loadg.c.old Sun Jun 22 16:54:55 1997
--- ./routines/metanet/loadg.c Sun Jun 22 16:55:26 1997
***************
*** 1,5 ****
--- 1,8 ----
#include <stdio.h>
#ifndef __MSC__
+ #ifdef __FreeBSD__
+ #include <sys/types.h>
+ #endif
#include <dirent.h>
#endif
#include <string.h>
|