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:
H. Peter Anvin 2016-10-06 14:18:21 -07:00
parent c58b4c3c76
commit 8220533cda

View file

@ -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