fdr_streaming_runtime: include <string.h>

Required for use of memcpy().
This commit is contained in:
Justin Viiret 2016-05-04 13:56:24 +10:00 committed by Matthew Barr
parent c12b953131
commit a7d02a996e

View File

@ -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 <string.h>
static really_inline
const struct FDRSTableHeader * getSHDR(const struct FDR * fdr) {
const u8 * linkPtr = ((const u8 *)fdr) + fdr->link;