diff options
| author | Josh Rahm <rahm@google.com> | 2024-03-05 18:20:43 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2024-03-05 18:20:43 -0700 |
| commit | c50a8375cd37d054e68648c9116670d39a94fd34 (patch) | |
| tree | ac59c94bc4cf4de1b89d79e4ed030b04ff35d9da /harness/src | |
| parent | 9a696c2b071dfecb691d16c66bfd00edd54c4beb (diff) | |
| download | montis-c50a8375cd37d054e68648c9116670d39a94fd34.tar.gz montis-c50a8375cd37d054e68648c9116670d39a94fd34.tar.bz2 montis-c50a8375cd37d054e68648c9116670d39a94fd34.zip | |
More flexing with the new keysM system.
Diffstat (limited to 'harness/src')
| -rw-r--r-- | harness/src/wl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/harness/src/wl.c b/harness/src/wl.c index f083a5e..2cefe06 100644 --- a/harness/src/wl.c +++ b/harness/src/wl.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> +#include <sys/time.h> #include <time.h> #include <wl.h> |