tests: include foo.h in foo.c
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / foo.c
index 59dd12a0647f2a7877bdbe7c7d4501702cad2525..13b23637995166316932cfbf94a1ce467538da4c 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include "foo.h"
+
 int dynamic_symbol(int a)
 {
        return a + a;
This page took 0.022691 seconds and 4 git commands to generate.