diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-07 12:29:47 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-07 12:29:47 +0100 |
commit | b906fb597e84c5ff7ca3c54343b6c2de216d2471 (patch) | |
tree | 53f21f0e53b1e102302263bfeb8e34de814a209b /debug | |
parent | cc1955e39202f9ff5ecf9f3bf874af1b85a737aa (diff) | |
download | parted-b906fb597e84c5ff7ca3c54343b6c2de216d2471.tar.gz |
Use <config.h> consistently, not "config.h".
* Makefile.cfg (local-checks-to-skip): Remove sc_require_config_h,
to enable the "make distcheck" test for this.
Diffstat (limited to 'debug')
-rw-r--r-- | debug/clearfat/clearfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/clearfat/clearfat.c b/debug/clearfat/clearfat.c index 4aba739..dd98024 100644 --- a/debug/clearfat/clearfat.c +++ b/debug/clearfat/clearfat.c @@ -17,7 +17,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" +#include <config.h> #include <string.h> #include <stdio.h> |