Add trace C file called trace.c
[lttng-tools.git] / ltt-sessiond / session.h
index 5bfe16ac04122a0e9c079ef02512a1cea54bc1c4..6bc7c47994f1d0e2df439a8dc87cf777fddbe274 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
  *
  * This program is free software; you can redistribute it and/or
@@ -19,6 +19,9 @@
 #ifndef _LTT_SESSION_H
 #define _LTT_SESSION_H
 
+#include <lttng/liblttngctl.h>
+#include <uuid/uuid.h>
+
 /* Global session list */
 struct ltt_session_list {
        struct cds_list_head head;
This page took 0.023243 seconds and 4 git commands to generate.