--- rtnl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rtnl.c b/rtnl.c index 251b5f3..db98629 100644 --- a/rtnl.c +++ b/rtnl.c @@ -17,13 +17,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <asm/types.h> +#include <sys/socket.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #include <net/if.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/socket.h> #include <unistd.h> #include "print.h" -- 1.7.1
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linuxptp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
