"Richard W.M. Jones" <[EMAIL PROTECTED]> wrote: > Thanks for the feedback. The updated version attached should correct > all those points.
Thanks! I've merged in the patch below, adjusted the log message to have a blank line after the summary, and pushed the result. diff --git a/modules/flock-tests b/modules/flock-tests index d43d10c..b546594 100644 --- a/modules/flock-tests +++ b/modules/flock-tests @@ -2,6 +2,7 @@ Files: tests/test-flock.c Depends-on: +unistd configure.ac: diff --git a/tests/test-flock.c b/tests/test-flock.c index e7dac2b..a1872cd 100644 --- a/tests/test-flock.c +++ b/tests/test-flock.c @@ -16,6 +16,7 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <errno.h> #include <sys/file.h>