From a7d02a996e59c0594b1306be9731f5a4b20a91be Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Wed, 4 May 2016 13:56:24 +1000 Subject: [PATCH] fdr_streaming_runtime: include Required for use of memcpy(). --- src/fdr/fdr_streaming_runtime.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fdr/fdr_streaming_runtime.h b/src/fdr/fdr_streaming_runtime.h index 07dacf9d..fa5843c5 100644 --- a/src/fdr/fdr_streaming_runtime.h +++ b/src/fdr/fdr_streaming_runtime.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Intel Corporation + * Copyright (c) 2015-2016, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -32,6 +32,8 @@ #include "fdr_streaming_internal.h" #include "util/partial_store.h" +#include + static really_inline const struct FDRSTableHeader * getSHDR(const struct FDR * fdr) { const u8 * linkPtr = ((const u8 *)fdr) + fdr->link;