Skip to content

Commit d8a43ba

Browse files
authored
pytrap: fix include <sys/time.h> for gettimeofday
1 parent 0682363 commit d8a43ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytrap/src/unirecmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <getopt.h>
1111
#include <stdio.h>
1212
#include <stdlib.h>
13+
#include <sys/time.h>
1314

1415
#include "fields.h"
1516
#include "unirectemplate.h"

0 commit comments

Comments
 (0)