* Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o.
[deliverable/binutils-gdb.git] / bfd / hosts / alphaosf.h
index ab6687352efb4cd6980f79b11b46472aa2e718a1..cbb5ac203cf3835867af2b4a93f43eeb1ebb87a2 100644 (file)
@@ -1,3 +1,4 @@
+#include <stddef.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
@@ -20,4 +21,5 @@ typedef  long int64_type;
 
 #define uint64_typeLOW(x) (((x) & 0xffffffff))
 #define uint64_typeHIGH(x) (((x) >> 32) & 0xffffffff)
+
 #include "fopen-same.h"
This page took 0.023062 seconds and 4 git commands to generate.