Ignore:
Timestamp:
Jun 17, 2005, 7:01:53 AM (20 years ago)
Author:
bird
Message:

Porting to FreeBSD 64-bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/inet/bug-if1.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2045 r2046  
    2222#include <stdio.h>
    2323#include <string.h>
     24#ifdef __BSD__
     25# include <sys/types.h>
     26# include <sys/socket.h>
     27#endif
    2428#include <net/if.h>
    2529
Note: See TracChangeset for help on using the changeset viewer.