mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
ZStandard: use long includes
This commit is contained in:
parent
e3da4da69b
commit
1beba0b3ad
|
@ -23,5 +23,6 @@ target_link_libraries(wrapper_zstd PUBLIC
|
|||
)
|
||||
|
||||
target_include_directories(wrapper_zstd PUBLIC
|
||||
${SAPI_SOURCE_DIR}
|
||||
${libzstd_INCLUDE_DIR}
|
||||
)
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "wrapper_zstd.h"
|
||||
#include "contrib/zstd/wrapper/wrapper_zstd.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user