summaryrefslogtreecommitdiff
path: root/libparted/fs/xfs
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 /libparted/fs/xfs
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 'libparted/fs/xfs')
-rw-r--r--libparted/fs/xfs/xfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparted/fs/xfs/xfs.c b/libparted/fs/xfs/xfs.c
index 803d24a..c6d88e8 100644
--- a/libparted/fs/xfs/xfs.c
+++ b/libparted/fs/xfs/xfs.c
@@ -17,7 +17,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include <config.h>
#include <parted/parted.h>
#include <parted/endian.h>