From accce7fcc5df96d9fa5431aad86d66e830119d30 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 2 Oct 2018 21:09:54 +0200 Subject: backports: add missing include in 3.13 compat code If we don't include then __BACKPORT_NET_GET_RANDOM_ONCE can never be defined, and we'll never get the compat code. Fix that. Signed-off-by: Johannes Berg --- backport/compat/backport-3.13.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/compat/backport-3.13.c b/backport/compat/backport-3.13.c index 9e5076fb..c33a0443 100644 --- a/backport/compat/backport-3.13.c +++ b/backport/compat/backport-3.13.c @@ -16,6 +16,7 @@ #include #include #include +#include /************* generic netlink backport *****************/ #if RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(7,0) -- cgit v1.2.3