X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fmissing.h;h=716d3b8f187a06cfe5da393362ab6cddfbb85fc8;hb=4d40d39cdf127a83acf80cd0275e36b4a9a2a246;hp=d5ec2f805131cd7efaedfc4c940695460715f1f0;hpb=0830ba618946876c1a0e62230bff81777a3f4de6;p=elogind.git diff --git a/src/shared/missing.h b/src/shared/missing.h index d5ec2f805..716d3b8f1 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -105,6 +105,10 @@ #endif #endif +#ifndef SOL_NETLINK +#define SOL_NETLINK 270 +#endif + #if !HAVE_DECL_PIVOT_ROOT static inline int pivot_root(const char *new_root, const char *put_old) { return syscall(SYS_pivot_root, new_root, put_old);