git://git.nikiroo.be
/
cutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf0ab8
)
timing.h: add missing include
subtree
author
Niki Roo
<niki@nikiroo.be>
Wed, 17 Jul 2024 11:12:40 +0000
(13:12 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Wed, 17 Jul 2024 11:12:40 +0000
(13:12 +0200)
timing.h
patch
|
blob
|
blame
|
history
diff --git
a/timing.h
b/timing.h
index 81cb8cfaddd447137845bb23081e2a383a6dfa81..a8f5c9f357e5c8dee9cf751264662cc05be7cc1a 100644
(file)
--- a/
timing.h
+++ b/
timing.h
@@
-35,6
+35,7
@@
extern "C" {
#endif
#include <sys/time.h>
+#include <stdio.h>
typedef struct {
struct timeval start;