Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RocksDB Lite build failure in c_test.cc
Summary: Fix the following RocksDB Lite build failure in c_test.cc db/c_test.c:1051:3: error: implicit declaration of function 'fprintf' is invalid in C99 [-Werror,-Wimplicit-function-declaration] fprintf(stderr, "SKIPPED\n"); ^ db/c_test.c:1051:3: error: declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h> [-Werror,-Wbuiltin-requires-header] db/c_test.c:1051:11: error: use of undeclared identifier 'stderr' fprintf(stderr, "SKIPPED\n"); ^ 3 errors generated. Closes facebook#1479 Differential Revision: D4151160 Pulled By: yhchiang fbshipit-source-id: a471a30
- Loading branch information