Explicit list of linux headers necessary for this file.

Signed-off-by: Markus Pargmann <[email protected]>
---
 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 <http://www.gnu.org/licenses/>.
  */
 
+#include <linux/slab.h>
+#include <linux/spinlock.h>
+#include <linux/types.h>
+
 #include "main.h"
 #include "hash.h"
 
-- 
2.1.3

Reply via email to