summaryrefslogtreecommitdiffstats
path: root/trace/record
diff options
context:
space:
mode:
Diffstat (limited to 'trace/record')
-rw-r--r--trace/record/record-client-base.cc4
-rw-r--r--trace/record/record-main-lttng.cc2
2 files changed, 6 insertions, 0 deletions
diff --git a/trace/record/record-client-base.cc b/trace/record/record-client-base.cc
index 8fe6edb..04c0ae8 100644
--- a/trace/record/record-client-base.cc
+++ b/trace/record/record-client-base.cc
@@ -25,6 +25,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "client.h"
#ifdef _WIN32
diff --git a/trace/record/record-main-lttng.cc b/trace/record/record-main-lttng.cc
index a28de8e..2a4f509 100644
--- a/trace/record/record-main-lttng.cc
+++ b/trace/record/record-main-lttng.cc
@@ -26,7 +26,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#include "client.h"