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/tst-ntoa.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2045 r2046  
    11#include <stdio.h>
    22#include <string.h>
     3#ifdef __BSD__
     4# include <sys/types.h>
     5# include <sys/socket.h>
     6#endif
    37#include <arpa/inet.h>
    48#include <netinet/in.h>
Note: See TracChangeset for help on using the changeset viewer.