1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-12 14:01:19 +03:00

Fix Include Path

This commit is contained in:
W. Felix Handte
2021-12-02 16:53:52 -05:00
parent d82d67d073
commit e688317652

View File

@@ -15,7 +15,7 @@
***************************************/ ***************************************/
#define ZBUFF_STATIC_LINKING_ONLY #define ZBUFF_STATIC_LINKING_ONLY
#include "zbuff.h" #include "zbuff.h"
#include "error_private.h" #include "../common/error_private.h"
/*-*********************************************************** /*-***********************************************************