From 36fae332ff07defaf465c363c56bc0274550b86c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 13 May 2013 20:43:35 -0500 Subject: [PATCH 1/1] unix_capture.c: Include for PATH_MAX --- src/unix_capture.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/unix_capture.c b/src/unix_capture.c index 74f83d2b..963e53da 100644 --- a/src/unix_capture.c +++ b/src/unix_capture.c @@ -30,8 +30,9 @@ #include #include -#include +#include #include +#include static int unix_capture_regular_file(const char *path, -- 2.43.0