mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fdr_streaming_runtime: include <string.h>
Required for use of memcpy().
This commit is contained in:
parent
c12b953131
commit
a7d02a996e
@ -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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
@ -32,6 +32,8 @@
|
|||||||
#include "fdr_streaming_internal.h"
|
#include "fdr_streaming_internal.h"
|
||||||
#include "util/partial_store.h"
|
#include "util/partial_store.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
static really_inline
|
static really_inline
|
||||||
const struct FDRSTableHeader * getSHDR(const struct FDR * fdr) {
|
const struct FDRSTableHeader * getSHDR(const struct FDR * fdr) {
|
||||||
const u8 * linkPtr = ((const u8 *)fdr) + fdr->link;
|
const u8 * linkPtr = ((const u8 *)fdr) + fdr->link;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user