From 28926a1be178dd3b5811219e32b0d6b937bf21cf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 10:37:50 -0500 Subject: Add explicit declaration of gets in C++ code --- elf/tst-unique3.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/tst-unique3.cc') diff --git a/elf/tst-unique3.cc b/elf/tst-unique3.cc index b2c95939a5..ec1e814b18 100644 --- a/elf/tst-unique3.cc +++ b/elf/tst-unique3.cc @@ -1,4 +1,6 @@ #include "tst-unique3.h" +extern char *gets (char *); + #include #include "../dlfcn/dlfcn.h" -- cgit 1.4.1