Changeset 165

Show
Ignore:
Timestamp:
06/13/07 15:09:41 (18 months ago)
Author:
zany
Message:

inet_aton needs arpa/inet.h

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/apps/obexftpd.c

    r160 r165  
    5858#define lstat stat 
    5959#else 
     60#include <sys/socket.h> 
    6061#include <netinet/in.h> 
    61 #include <sys/socket.h> 
     62#include <arpa/inet.h> 
    6263#include <netdb.h> 
    6364#endif