gnulib: define the path to gnulib's parent dir
[binutils-gdb.git] / gdbserver / debug.cc
index b3a5fe1b15c8c79b658b4d01f836b900017592a9..12f6db0316f3f071048c06b38a2cac86318bfeed 100644 (file)
@@ -24,7 +24,7 @@ int remote_debug = 0;
 #endif
 
 /* Output file for debugging.  Default to standard error.  */
-FILE *debug_file = stderr;
+static FILE *debug_file = stderr;
 
 /* See debug.h.  */
 int debug_threads;