minor fixes in manpages
[platform/upstream/ltrace.git] / proc.h
diff --git a/proc.h b/proc.h
index e8032fa..35943c3 100644 (file)
--- a/proc.h
+++ b/proc.h
@@ -30,6 +30,7 @@
 
 #if defined(HAVE_LIBUNWIND)
 # include <libunwind.h>
+# include <libunwind-ptrace.h>
 #endif /* defined(HAVE_LIBUNWIND) */
 
 #include "ltrace.h"
@@ -66,7 +67,7 @@ struct callstack_element {
        } c_un;
        int is_syscall;
        arch_addr_t return_addr;
-       struct timeval time_spent;
+       struct timeval enter_time;
        struct fetch_context *fetch_context;
        struct value_dict *arguments;
        struct output_state out;