Skip to content

Commit ce5525e

Browse files
committed
Release 1.7.0
1 parent d4af943 commit ce5525e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.6.1
1+
VERSION=1.7.0

main.c

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <getopt.h>
88
#include <unistd.h>
99
#include <inttypes.h>
10+
#include <sys/time.h>
1011
#include "fsmon.h"
1112

1213
static FileMonitor fm = { 0 };

0 commit comments

Comments
 (0)