aboutsummaryrefslogtreecommitdiff
path: root/gold/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/reloc.h')
-rw-r--r--gold/reloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/reloc.h b/gold/reloc.h
index d00578e..2229421 100644
--- a/gold/reloc.h
+++ b/gold/reloc.h
@@ -24,7 +24,9 @@
#define GOLD_RELOC_H
#include <vector>
+#ifdef HAVE_BYTESWAP_H
#include <byteswap.h>
+#endif
#include "elfcpp.h"
#include "workqueue.h"