Correct a few syntax errors
[lttv.git] / ltt / branches / poly / include / lttv / lttv.h
index 4f1fda61cfdfd4200521bfb461dffb5c79ca62c6..77dac57e7b8e85e47b58034ae355e1931f7f8ca1 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef LTTV_H
 #define LTTV_H
 
-#include "attribute.h"
+#include <lttv/attribute.h>
 
 /* The modules in the visualizer communicate with the main module and
    with each other through attributes. There is a global set of attributes */
 
-LttvAttributes *lttv_global_attributes();
+LttvAttribute *lttv_global_attributes();
 
 
 /* A number of global attributes are initialized before modules are
This page took 0.023065 seconds and 4 git commands to generate.