1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Move zstd.h to linux/zstd.h

This commit is contained in:
Nick Terrell
2017-04-04 15:41:24 -07:00
parent b06507221e
commit 675839254d
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
extern "C" {
#include <zstd.h>
#include <linux/zstd.h>
}
#include <gtest/gtest.h>
#include <memory>