fix includes

linux/sockios.h is needed for the SIOCGSTAMPNS macro

xlocale.h is included indirectly in glibc and doesn't even exist in
other libcs
This commit is contained in:
Matija Skala 2017-03-15 13:21:10 +01:00
parent ff2e33db54
commit 284d1cd0a1
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <xlocale.h>
#include "alloc-util.h"
#include "extract-word.h"

View file

@ -19,6 +19,7 @@
***/
#include <arpa/inet.h>
#include <linux/sockios.h>
#include "sd-lldp.h"