05fa70f UTIL: Explicitly include header file sys/socket.h

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    UTIL: Explicitly include header file sys/socket.h
    
    We use constant AF_INET6 in util.c, but we do not explicitly include header
    file sys/socket.h. This header file was indirectly incuded by another header
    file netdb.h (netdb.h -> netinet/in.h -> sys/socket.h), but other platform can
    have other dependencies among header files.
    
        
file modified
+1 -0