Skip to content

Commit 4822076

Browse files
committed
fix: include sys/time.h
1 parent 08972f9 commit 4822076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cprintf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#include <poll.h>
4545
#include <signal.h>
4646
#include <setjmp.h>
47+
#include <sys/time.h>
4748
#ifndef _Nullable
4849
#define _Nullable
4950
#endif

0 commit comments

Comments
 (0)