From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Markus Pargmann Date: Tue, 2 Dec 2014 12:16:30 +0100 Message-Id: <1417519009-20699-13-git-send-email-mpa@pengutronix.de> In-Reply-To: <1417519009-20699-1-git-send-email-mpa@pengutronix.de> References: <1417519009-20699-1-git-send-email-mpa@pengutronix.de> Subject: [B.A.T.M.A.N.] [PATCH 12/31] batman-adv: hash, add used linux headers Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marek Lindner , Simon Wunderlich , Antonio Quartulli Cc: b.a.t.m.a.n@lists.open-mesh.org Explicit list of linux headers necessary for this file. Signed-off-by: Markus Pargmann --- hash.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hash.c b/hash.c index 1d3e5ebaa7ad..783ea8103a80 100644 --- a/hash.c +++ b/hash.c @@ -15,6 +15,10 @@ * along with this program; if not, see . */ +#include +#include +#include + #include "main.h" #include "hash.h" -- 2.1.3