summaryrefslogtreecommitdiff
path: root/rdoff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-10-06 14:18:21 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2016-10-06 14:18:21 -0700
commit8220533cda3198a3f221a7e45b89a3a5207d8633 (patch)
treeec8b8aab4de66438987b7249cbf85fcc2dba7a31 /rdoff
parentc58b4c3c76de9afaf556e9d5d5f236a6b528fc41 (diff)
downloadnasm-8220533cda3198a3f221a7e45b89a3a5207d8633.tar.gz
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>
Diffstat (limited to 'rdoff')
-rw-r--r--rdoff/rdlar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rdoff/rdlar.h b/rdoff/rdlar.h
index 16633a11..7e9269cd 100644
--- a/rdoff/rdlar.h
+++ b/rdoff/rdlar.h
@@ -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