Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 05:38:08 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290350 - head/gnu/usr.bin/grep
Message-ID:  <201511040538.tA45c8TT027505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Wed Nov  4 05:38:08 2015
New Revision: 290350
URL: https://svnweb.freebsd.org/changeset/base/290350

Log:
  Include "system.h" for isdir() prototype.
  
  Submitted by:          bofh
  Differential Revision: https://reviews.freebsd.org/D2711

Modified:
  head/gnu/usr.bin/grep/savedir.c

Modified: head/gnu/usr.bin/grep/savedir.c
==============================================================================
--- head/gnu/usr.bin/grep/savedir.c	Wed Nov  4 04:01:59 2015	(r290349)
+++ head/gnu/usr.bin/grep/savedir.c	Wed Nov  4 05:38:08 2015	(r290350)
@@ -71,6 +71,7 @@ char *stpcpy ();
 
 #include <fnmatch.h>
 #include "savedir.h"
+#include "system.h"
 
 char *path;
 size_t pathlen;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511040538.tA45c8TT027505>