From 955f993c96d161b7fd535696bf07ee55358a3661 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Jan 2008 18:15:54 +0000 Subject: Enable the -requiring test; fix violations Use , not "config.h", per autoconf documentation. * Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable. * .x-sc_require_config_h: New file, to list exempted files. * Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h. --- libvir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvir.c') diff --git a/libvir.c b/libvir.c index 0fe11f2..e2f7c5b 100644 --- a/libvir.c +++ b/libvir.c @@ -9,7 +9,7 @@ * Daniel Veillard */ -#include "config.h" +#include #include #include "libvirt/libvirt.h" -- cgit