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;