Common Trace Format 2 generation
[deliverable/lttng-tools.git] / tests / regression / ust / ust-dl / prog.c
index 669792d9d97a7c0158886052279d4a4e5e724dfd..cd5e1068d24a5599686720106b16eae7f289e000 100644 (file)
@@ -1,10 +1,18 @@
+/*
+ * Copyright (C) 2016 Antoine Busque <abusque@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 /* _GNU_SOURCE is defined by config.h */
 #include <dlfcn.h>
 #include <stdio.h>
-#include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
 
+#include <common/compat/errno.hpp>
+
 /*
  * libfoo has a direct dependency on libbar.
  * libbar has a direct dependency on libzzz.
This page took 0.025018 seconds and 5 git commands to generate.