X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt.h;h=3af7cd3261e009b287739269473a8469f4fdd81a;hb=1c736ed5fd25e728fa1df0899be03c4853c556d8;hp=021173f966b2eae28d0976e9a31c6bf20e7c6227;hpb=c02ea99f196ff9bf99335fcf0cae4efc0e28f051;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt.h b/ltt/branches/poly/ltt/ltt.h index 021173f9..3af7cd32 100644 --- a/ltt/branches/poly/ltt/ltt.h +++ b/ltt/branches/poly/ltt/ltt.h @@ -19,8 +19,9 @@ #ifndef LTT_H #define LTT_H -#include #include +#include +#include /* A trace is associated with a tracing session run on a single, possibly multi-cpu, system. It is defined as a pathname to a directory containing @@ -130,5 +131,5 @@ typedef enum _LttTypeEnum LTT_SEQUENCE, LTT_STRUCT, LTT_UNION } LttTypeEnum; - + #endif // LTT_H