Install lttng-error.h and include it in lttng.h
[lttng-tools.git] / include / lttng / lttng.h
index cb3562ffdf601f66274ffef2bd7252450184e3a2..dd5d936c5faaed64910f4220e04025b691606028 100644 (file)
@@ -26,6 +26,9 @@
 #include <stdint.h>
 #include <sys/types.h>
 
+/* Error codes that can be returned by API calls */
+#include <lttng/lttng-error.h>
+
 /*
  * Event symbol length. Copied from LTTng kernel ABI.
  */
This page took 0.022709 seconds and 4 git commands to generate.