Add log.h to files that need it

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-15 17:53:17 +00:00
parent 0cebbc370a
commit acb81bc9a9
15 changed files with 15 additions and 4 deletions

View File

@ -10,8 +10,6 @@
#include <stdio.h>
#include <unistd.h>
#include "log.h"
#define ARR_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
#ifdef __FAST_MATH__