* gasp.c: Include string.h. Put config.h before other includes.

This commit is contained in:
Ken Raeburn 1995-01-06 22:00:50 +00:00
parent 42cf6d7950
commit 2a6978af8d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 6 16:59:41 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* gasp.c: Include string.h. Put config.h before other includes.
Fri Dec 30 18:21:41 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* listing.c (list_symbol_table): Build a format string based on

View File

@ -46,11 +46,12 @@ suitable for gas to consume.
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <ctype.h>
#include "config.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>