aboutsummaryrefslogtreecommitdiff
path: root/handle_event.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-28 14:59:05 +0200
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:08 +0200
commitba1664b062414481d0f37d06bb01a19874c8d481 (patch)
treeee8c58cf94bad219f290c3eec6b4e9f3c4c4902c /handle_event.c
parentc70b19501f800cb911ac906c7fb153c4a37f5f57 (diff)
downloadltrace-ba1664b062414481d0f37d06bb01a19874c8d481.tar.gz
Fix compilation
Diffstat (limited to 'handle_event.c')
-rw-r--r--handle_event.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/handle_event.c b/handle_event.c
index a06525f..c82d09e 100644
--- a/handle_event.c
+++ b/handle_event.c
@@ -36,9 +36,10 @@
#include "backend.h"
#include "breakpoint.h"
+#include "common.h"
+#include "fetch.h"
#include "library.h"
#include "proc.h"
-#include "fetch.h"
#include "value_dict.h"
static void handle_signal(Event *event);