aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/std-host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h
index 783eff9..6ce80da 100644
--- a/bfd/hosts/std-host.h
+++ b/bfd/hosts/std-host.h
@@ -7,6 +7,7 @@
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
+#include "ansidecl.h"
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)