diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-06-18 08:52:47 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-06-24 06:23:44 -0700 |
commit | 1eafe8b65abaab94037f93196ec1512ab822b858 (patch) | |
tree | 56f13167adaacffcbe9d0942703d8c788907ac25 /xts5/src/bin/reports/vswrpt.c | |
parent | 1ead05eb9ecf545b60ea6508a91414662e706033 (diff) |
Add config.h headers to all C files and mc stubs
This should allow the autoconf defines to be used consistently.
Diffstat (limited to 'xts5/src/bin/reports/vswrpt.c')
-rw-r--r-- | xts5/src/bin/reports/vswrpt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xts5/src/bin/reports/vswrpt.c b/xts5/src/bin/reports/vswrpt.c index 9d85ca3b..1e45d7ac 100644 --- a/xts5/src/bin/reports/vswrpt.c +++ b/xts5/src/bin/reports/vswrpt.c @@ -92,6 +92,10 @@ SOFTWARE. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <unistd.h> #include <stdlib.h> #include <stdio.h> |