Include fix: need sys/time.h

This commit is contained in:
Olof hagsand 2022-12-23 15:06:43 +01:00
parent 62b40a9397
commit fb45085491
6 changed files with 6 additions and 0 deletions

View file

@ -45,6 +45,7 @@
#include <limits.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/time.h>
/* cligen */
#include <cligen/cligen.h>