[12/31] batman-adv: hash, add used linux headers

Message ID 1417519009-20699-13-git-send-email-mpa@pengutronix.de (mailing list archive)
State Superseded, archived
Headers

Commit Message

Markus Pargmann Dec. 2, 2014, 11:16 a.m. UTC
  Explicit list of linux headers necessary for this file.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 hash.c | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

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 <http://www.gnu.org/licenses/>.
  */
 
+#include <linux/slab.h>
+#include <linux/spinlock.h>
+#include <linux/types.h>
+
 #include "main.h"
 #include "hash.h"