summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/coreboot/ipchecksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/coreboot/ipchecksum.c')
-rw-r--r--arch/x86/cpu/coreboot/ipchecksum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/cpu/coreboot/ipchecksum.c b/arch/x86/cpu/coreboot/ipchecksum.c
index 5f6c00945b..3340872a87 100644
--- a/arch/x86/cpu/coreboot/ipchecksum.c
+++ b/arch/x86/cpu/coreboot/ipchecksum.c
@@ -29,7 +29,8 @@
* SUCH DAMAGE.
*/
-#include <compiler.h>
+#include <linux/types.h>
+#include <linux/compiler.h>
#include <asm/arch/ipchecksum.h>
unsigned short ipchksum(const void *vptr, unsigned long nbytes)
OpenPOWER on IntegriCloud