| commit | 3df476b28e4a9cdb43cf29fff8e89481310eb30d | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Thu May 28 19:17:17 2009 +0200 |
| committer | Juan Cespedes <cespedes@debian.org> | Thu May 28 19:17:17 2009 +0200 |
| tree | 9b82d9d21184ff3f05ab1ea0f7cb0c81d7701e2c | |
| parent | e12df4c65dfbd6d0e4a95ff90261b3b7c07298a2 [diff] [blame] |
Created library "libltrace.a" and a simple program that calls it
diff --git a/summary.c b/summary.c index 4844531..09926bf 100644 --- a/summary.c +++ b/summary.c
@@ -6,7 +6,7 @@ #include <stdlib.h> #include <sys/time.h> -#include "ltrace.h" +#include "main.h" #include "options.h" #ifdef USE_DEMANGLE