Skip to content

Commit

Permalink
PLAT-4454 update prebuilt tar layout (#45)
Browse files Browse the repository at this point in the history
* update file to use double quotes around include file
* rearrange include directory to be compatible with cc_import
  • Loading branch information
matthewvon authored Jun 19, 2022
1 parent 50aaba6 commit f976b70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/memtablerep.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#pragma once

#include <rocksdb/slice.h>
#include "rocksdb/slice.h"
#include <stdint.h>
#include <stdlib.h>
#include <memory>
Expand Down
Binary file modified release/6.20.3e/rocksdb-6.20.3e-linux-x86.tgz
Binary file not shown.
Binary file modified release/6.20.3e/rocksdb-6.20.3e-macos-x86.tgz
Binary file not shown.

0 comments on commit f976b70

Please sign in to comment.