Skip to content

Commit 4ff6fbd

Browse files
committed
missing time.h include for clock_gettime
1 parent 284107d commit 4ff6fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tlc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <stdio.h>
2727
#include <stdlib.h>
2828
#include <string.h>
29+
#include <time.h>
2930
#include <unistd.h>
3031

3132
#ifndef __dead

0 commit comments

Comments
 (0)