fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / tests / unit / gcc-weak-hidden / b.c
index 6344a75290ebf93cf68c678393dfbf10756095c6..5c9cee6f466413d3108fa2c5ce6fae8ecb5cc110 100644 (file)
@@ -2,6 +2,8 @@
  * SPDX-License-Identifier: LGPL-2.1-only
  */
 
+#include "b.h"
+
 int testint __attribute__((weak, visibility("hidden")));
 void *testptr __attribute__((weak, visibility("hidden")));
 struct {
This page took 0.023005 seconds and 4 git commands to generate.