add ltt-control
[lttv.git] / ltt / branches / poly / liblttctl / liblttctl.c
index 662a05871521d5ac39c78649cfacf44ee4b01d85..d6f411b921d65c841c3e0faaa49a0b064fb62999 100644 (file)
 #include <config.h>
 #endif
 
-#include <libltt/libltt.h>
+#include <liblttctl/lttctl.h>
 #include <errno.h>
 #include <stdio.h>
+#include <error.h>
+#include <stdlib.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <string.h>
+
 
 
 /* Private interface */
This page took 0.022033 seconds and 4 git commands to generate.