Skip to content

Commit 9bd5c8b

Browse files
committed
Fix linux GCC compilation error of undefined struct tm
1 parent a6a1b01 commit 9bd5c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meflib/meflib/meflib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
#include <unistd.h>
6868
#include <stdio.h>
6969
#include <string.h>
70+
#include <time.h>
7071
#include <sys/time.h>
7172
#include <math.h>
7273
#include <float.h>

0 commit comments

Comments
 (0)