From: Dmitry V. Levin Date: Tue, 30 Aug 2011 16:05:26 +0000 (+0000) Subject: Include to get PATH_MAX definition X-Git-Tag: v4.7~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b038a43d756c84f98868557a1bbacd048faf1e53;p=strace Include to get PATH_MAX definition * pathtrace.c: Include instead of to get PATH_MAX definition. Reported-by: Steve Bennett --- diff --git a/pathtrace.c b/pathtrace.c index b2efd336..3ebb427e 100644 --- a/pathtrace.c +++ b/pathtrace.c @@ -29,7 +29,7 @@ #include "defs.h" #include -#include +#include #ifdef HAVE_POLL_H #include