Skip to content

Commit 86264ad

Browse files
gettimeofday() prototype is in sys/time.h
1 parent b3a8e8f commit 86264ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simavr/sim/sim_avr.c

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <string.h>
2626
#include <time.h>
2727
#include <unistd.h>
28+
#include <sys/time.h>
2829
#include "sim_avr.h"
2930
#include "sim_core.h"
3031
#include "sim_time.h"

0 commit comments

Comments
 (0)