mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
nasmlib/ver.[ch]: add "compiler.h"
We should use "compiler.h", not just include <stdlib.h> explicitly. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
#ifndef NASM_VER_H
|
||||
#define NASM_VER_H
|
||||
|
||||
#include "compiler.h"
|
||||
|
||||
extern const char nasm_version[];
|
||||
extern const char nasm_date[];
|
||||
extern const char nasm_compile_options[];
|
||||
|
@@ -31,8 +31,6 @@
|
||||
*
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ver.h"
|
||||
#include "version.h"
|
||||
|
||||
|
Reference in New Issue
Block a user