Add include guards and extern C

This commit is contained in:
Nick Terrell
2017-01-27 16:00:19 -08:00
parent 6570167f8b
commit b42dd27ef5
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
/* ====== Dependencies ====== */
#include <stdlib.h> /* malloc */
#include <string.h> /* memcpy */
#include <pool.h> /* threadpool */
#include "pool.h" /* threadpool */
#include "threading.h" /* mutex */
#include "zstd_internal.h" /* MIN, ERROR, ZSTD_*, ZSTD_highbit32 */
#include "zstdmt_compress.h"