diff options
Diffstat (limited to 'socket/sys/un.h')
-rw-r--r-- | socket/sys/un.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/socket/sys/un.h b/socket/sys/un.h index 331f49650f..03f36058bf 100644 --- a/socket/sys/un.h +++ b/socket/sys/un.h @@ -17,14 +17,14 @@ Boston, MA 02111-1307, USA. */ #ifndef _SYS_UN_H - #define _SYS_UN_H 1 + #include <sys/cdefs.h> #include <string.h> /* For prototype of `strlen'. */ /* Get the definition of the macro to define the common sockaddr members. */ -#include <sockaddrcom.h> +#include <bits/sockaddr.h> __BEGIN_DECLS |