diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index c0c417c95..2a50bce66 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -200,6 +200,7 @@ struct sysinfo { | |||
200 | }; | 200 | }; |
201 | int sysinfo(struct sysinfo* info); | 201 | int sysinfo(struct sysinfo* info); |
202 | 202 | ||
203 | unsigned long long monotonic_us(void); | ||
203 | 204 | ||
204 | extern void chomp(char *s); | 205 | extern void chomp(char *s); |
205 | extern void trim(char *s); | 206 | extern void trim(char *s); |