From 3a96e4ffd99ec3f125e1891155ecb751b6e313a1 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 5 Apr 2003 10:04:04 +0000 Subject: 2003-04-05 Havoc Pennington * Makefile.am (coverage-report.txt): add target "coverage-report.txt" * test/decode-gcov.c: hack up a little program to suck data out of gcov files. Yes this is sort of silly. * configure.in: define something in config.h and do an AM_CONDITIONAL when gcov is enabled --- bus/activation.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bus') diff --git a/bus/activation.c b/bus/activation.c index 9ae44225..2045baa2 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit