]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <sys/socket.h> to get definition of sa_family_t for
authorUlrich Drepper <drepper@redhat.com>
Thu, 17 Apr 1997 23:29:03 +0000 (23:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 17 Apr 1997 23:29:03 +0000 (23:29 +0000)
<linux/atalk.h>.

sysdeps/unix/sysv/linux/netatalk/at.h

index be3a72d48f6ae29cf1557b5f114f0851af90bc2b..e0ccff85522db3105a29f19cde12b67c0f82c2f6 100644 (file)
@@ -20,6 +20,7 @@
 #define __NETATALK_ATALK_H 1
 
 #include <asm/types.h>
+#include <sys/socket.h>
 #include <linux/atalk.h>
 
 #define SOL_ATALK       258     /* sockopt level for atalk */