Fix OpenFEC compile error on Windows platform

This commit is contained in:
dijunkun
2023-11-10 10:00:09 +08:00
parent 6d89a2aa35
commit 2040db4eec
11 changed files with 85 additions and 79 deletions

View File

@@ -37,7 +37,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <sys/time.h> /* for timersub */
// #include <sys/time.h> /* for timersub */
#include "../../lib_common/of_openfec_api.h"