From e731f4402258554812c46334dc0d9483e6cc769b Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Mon, 24 Jun 2019 16:08:17 -0700 Subject: [PATCH] C file should not include , it is a C++ header. (#5499) Summary: Include instead. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5499 Differential Revision: D15966937 Pulled By: miasantreble fbshipit-source-id: 2156c4329b91d26d447de94f1231264d52786350 --- util/crc32c_ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crc32c_ppc.c b/util/crc32c_ppc.c index ce0b9f27c..888a4943e 100644 --- a/util/crc32c_ppc.c +++ b/util/crc32c_ppc.c @@ -6,7 +6,7 @@ // (found in the LICENSE.Apache file in the root directory). #define CRC_TABLE -#include +#include #include #include #include "util/crc32c_ppc_constants.h"