diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-10 09:37:27 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-10 09:37:27 -0400 |
| commit | 911b83fe05d682c541e38fecd55fdad0755be2ca (patch) | |
| tree | 9f4fe9a1fc58dbae3a3153ab68b2571ce3e1d1b3 /patch_cmds/diffstat/diffstat.c | |
| parent | b97536ac7d04672f18be04ae717f48ba84fb1510 (diff) | |
| download | apple_cmds-911b83fe05d682c541e38fecd55fdad0755be2ca.tar.gz apple_cmds-911b83fe05d682c541e38fecd55fdad0755be2ca.zip | |
patch_cmds: diffstat without autotools
Diffstat (limited to 'patch_cmds/diffstat/diffstat.c')
| -rw-r--r-- | patch_cmds/diffstat/diffstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch_cmds/diffstat/diffstat.c b/patch_cmds/diffstat/diffstat.c index 7027ba3..c09f585 100644 --- a/patch_cmds/diffstat/diffstat.c +++ b/patch_cmds/diffstat/diffstat.c @@ -171,7 +171,7 @@ static const char *Id = "$Id: diffstat.c,v 1.55 2012/01/03 09:44:24 tom Exp $"; */ #if defined(HAVE_CONFIG_H) -#include <config.h> +#include "config.h" #endif #if defined(WIN32) && !defined(HAVE_CONFIG_H) |
