Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
parent
113383e31c
commit
aa2dab31cf
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
/* esize: prints info from e.out header
|
/* esize: prints info from e.out header
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef MAGIC
|
#ifndef MAGIC
|
||||||
|
|
Loading…
Reference in a new issue