From: Justin Viiret Date: Wed, 4 May 2016 03:56:24 +0000 (+1000) Subject: fdr_streaming_runtime: include X-Git-Tag: v4.2.0^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d02a996e59c0594b1306be9731f5a4b20a91be;p=thirdparty%2Fvectorscan.git fdr_streaming_runtime: include Required for use of memcpy(). --- 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;