gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers2.c
index d6a537ea4fa94f8c06b0f87c35f9758d02600d57..eda54cb0cf4eb27da7d9682b05572fed57ee9d48 100644 (file)
@@ -2,6 +2,9 @@
  * Test function.  This is built into a shared library, and references a
  * versioned symbol foo that is in test.so.
  */
+#include <stdio.h>
+
+extern int show_foo ();
 
 void
 show_xyzzy()
This page took 0.023064 seconds and 4 git commands to generate.