Changeset b6eb8d


Ignore:
Timestamp:
09/20/09 11:09:18 (3 years ago)
Author:
Erik Ekman <yarrick@…>
Branches:
master
Children:
fb1747
Parents:
f9c225
git-author:
Erik Ekman <yarrick@…> (09/20/09 11:09:18)
git-committer:
Erik Ekman <erik@…> (02/04/12 20:34:03)
Message:

Fix FreeBSD build error, remove more includes

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/iodined.c

    rf9c225 rb6eb8d  
    2626#include <time.h> 
    2727#include <zlib.h> 
     28 
     29#include "common.h" 
    2830 
    2931#ifdef WINDOWS32 
     
    4648#endif 
    4749 
    48 #include "common.h" 
    4950#include "dns.h" 
    5051#include "encoding.h" 
  • src/user.c

    re5370a rb6eb8d  
    2222#include <signal.h> 
    2323#include <unistd.h> 
    24 #include <sys/types.h> 
    2524#include <fcntl.h> 
    2625 
     
    2827#include <winsock2.h> 
    2928#else 
    30 #include <err.h> 
    31 #include <arpa/inet.h> 
    32 #include <netinet/in.h> 
    33 #include <sys/socket.h> 
    3429#include <netdb.h> 
    3530#endif 
Note: See TracChangeset for help on using the changeset viewer.