Skip to content

Commit 0dd5e46

Browse files
authored
Merge pull request #4 from concussious/main
tinyfetch.c: include time.h to fix freebsd build
2 parents 50dcd8a + 4787ba4 commit 0dd5e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tinyfetch.c

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <kvm.h>
2929
#include <sys/sysctl.h>
3030
#include <sys/types.h>
31+
#include <time.h>
3132
#endif
3233
#include "config.h"
3334
#include "tinyascii.h"

0 commit comments

Comments
 (0)