]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr_streaming_runtime: include <string.h>
authorJustin Viiret <justin.viiret@intel.com>
Wed, 4 May 2016 03:56:24 +0000 (13:56 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 18 May 2016 06:27:33 +0000 (16:27 +1000)
Required for use of memcpy().

src/fdr/fdr_streaming_runtime.h

index 07dacf9de545bc47d01b869b828ff33356255aa8..fa5843c5d1d72aeb2b30a881267b9f990a7c5215 100644 (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;