0
0
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:
H. Peter Anvin
2018-12-26 06:37:25 -08:00
parent 2e53f27e9d
commit a162092532
2 changed files with 2 additions and 2 deletions

View File

@@ -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[];

View File

@@ -31,8 +31,6 @@
*
* ----------------------------------------------------------------------- */
#include <stdlib.h>
#include "ver.h"
#include "version.h"