diff options
Diffstat (limited to 'gdb/complaints.c')
-rw-r--r-- | gdb/complaints.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/complaints.c b/gdb/complaints.c index e38038d26fb..0a838a3a709 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -21,6 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "complaints.h" #include "gdbcmd.h" +extern void _initialize_complaints PARAMS ((void)); + /* Structure to manage complaints about symbol file contents. */ struct complaint complaint_root[1] = { |