summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-07 12:29:47 +0100
committerJim Meyering <jim@meyering.net>2007-03-07 12:29:47 +0100
commitb906fb597e84c5ff7ca3c54343b6c2de216d2471 (patch)
tree53f21f0e53b1e102302263bfeb8e34de814a209b /debug
parentcc1955e39202f9ff5ecf9f3bf874af1b85a737aa (diff)
downloadparted-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.c2
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>