Skip to content

Commit 415857f

Browse files
committed
Fix Linux warnings
1 parent cb4078e commit 415857f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

port/osal/linux/ssp_osal_unix.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
#include <stdint.h>
99
#include <stdlib.h>
1010
#include <pthread.h>
11+
#include <stdio.h>
1112

1213
#include <time.h>
1314
//#include <timeop.h>
15+
#include <sys/time.h>
1416

1517
#include "ssp_osal.h"
1618
#include "ssp_fault.h"

0 commit comments

Comments
 (0)