summaryrefslogtreecommitdiffstats
path: root/types.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-29 18:15:54 +0000
committerJim Meyering <meyering@redhat.com>2008-01-29 18:15:54 +0000
commit955f993c96d161b7fd535696bf07ee55358a3661 (patch)
treecd0e5fd6b1d7b003130971e6f9f9637042c1d8de /types.c
parente652e9ec61426e803785c0b4309509bffe68408c (diff)
downloadlibvirt-python-split-955f993c96d161b7fd535696bf07ee55358a3661.tar.gz
libvirt-python-split-955f993c96d161b7fd535696bf07ee55358a3661.tar.xz
libvirt-python-split-955f993c96d161b7fd535696bf07ee55358a3661.zip
Enable the <config.h>-requiring test; fix violations
Use <config.h>, 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.
Diffstat (limited to 'types.c')
-rw-r--r--types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.c b/types.c
index 146bb24..c91d8da 100644
--- a/types.c
+++ b/types.c
@@ -7,7 +7,7 @@
* Daniel Veillard <veillard@redhat.com>
*/
-#include "config.h"
+#include <config.h>
#include "libvirt_wrap.h"