fs: ext4: Fix alignment of cache buffers
[oweals/u-boot.git] / fs / ubifs / lprops.c
index 292ea7ab27b7ab10dfd08d9d3d8c75e0d7da054e..a7c45dd5ecb045a58ce1ef6d7d83af7fac692875 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * This file is part of UBIFS.
  *
  * Copyright (C) 2006-2008 Nokia Corporation.
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * Authors: Adrian Hunter
  *          Artem Bityutskiy (Битюцкий Артём)
  */
@@ -18,6 +17,7 @@
  */
 
 #ifdef __UBOOT__
+#include <malloc.h>
 #include <linux/err.h>
 #endif
 #include "ubifs.h"