mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
rdoff/rdlar.h: include "compiler.h" not "config.h"
We should not include config.h "naked"; include "compiler.h". Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
c58b4c3c76
commit
8220533cda
@ -5,10 +5,7 @@
|
||||
#ifndef RDOFF_RDLAR_H
|
||||
#define RDOFF_RDLAR_H 1
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "compiler.h"
|
||||
|
||||
/* For non-POSIX operating systems */
|
||||
#ifndef HAVE_GETUID
|
||||
|
Loading…
Reference in New Issue
Block a user