Add the missing space.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers2.c
index fbc6a9517eb46b16a2465a103c0698baa66b3663..eda54cb0cf4eb27da7d9682b05572fed57ee9d48 100644 (file)
@@ -2,7 +2,11 @@
  * 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()
 {
   printf("%d", show_foo());
This page took 0.023134 seconds and 4 git commands to generate.