taospack compatible windows os

This commit is contained in:
tickduan 2021-07-08 16:59:14 +08:00
parent 9b720e072a
commit 197748bb2d
1 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <iconv.h> //#include <iconv.h>
#include <sys/stat.h> #include <stdio.h>
#include <sys/syscall.h> #include <stdlib.h>
//#include <sys/stat.h>
//#include <sys/syscall.h>
#include "os.h" #include "os.h"
#include "tscompression.h" #include "tscompression.h"
@ -25,8 +27,6 @@
#define FT_CNT 8 #define FT_CNT 8
#include <stdio.h>
#include <stdlib.h>
void cost_start(); void cost_start();
double cost_end(const char* tag); double cost_end(const char* tag);