Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / debugify.c
index 8411e3535bd030083d5c77daf0229700d02940ce..841b58913948d02b480dda152c99b02a9dddcea9 100644 (file)
@@ -19,6 +19,10 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#define DEBUGIFY
+#include "debugify.h"
+#include "config.h"
+
 #include <stdio.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
@@ -29,9 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <strings.h>
 #endif
 
-#define DEBUGIFY
-#include "debugify.h"
-
 #define REDIRECT
 
 static FILE *fout = NULL;
This page took 0.023767 seconds and 4 git commands to generate.