X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.h;h=9088e6e1328eb9d5d7759c9f9f5095f1c082f2f4;hb=1ab818de1d890bf716413090d943858bfef8d3d3;hp=85eade5698e80de8abf39a4fd4590bb6a23fbe0c;hpb=ae4e77e0a98448e785288290c9d786d65e8e039b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h index 85eade56..9088e6e1 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h @@ -1,6 +1,8 @@ #ifndef _CFV_H #define _CFV_H +#include + typedef struct _ControlFlowData ControlFlowData; /* Control Flow Data constructor */ @@ -8,4 +10,5 @@ ControlFlowData *GuiControlFlow(void); void GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data); GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data); + #endif // _CFV_H