* gasp.c: Include string.h. Put config.h before other includes.
This commit is contained in:
parent
42cf6d7950
commit
2a6978af8d
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user