Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/binutils/ld include "getopt.h" as we refer to struc...



details:   https://anonhg.NetBSD.org/src/rev/49db516d3126
branches:  trunk
changeset: 555768:49db516d3126
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Nov 27 13:52:30 2003 +0000

description:
include "getopt.h" as we refer to struct option.

diffstat:

 gnu/dist/binutils/ld/ldemul.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 4fa0f4dd1cc7 -r 49db516d3126 gnu/dist/binutils/ld/ldemul.h
--- a/gnu/dist/binutils/ld/ldemul.h     Thu Nov 27 13:10:00 2003 +0000
+++ b/gnu/dist/binutils/ld/ldemul.h     Thu Nov 27 13:52:30 2003 +0000
@@ -17,6 +17,8 @@
 #ifndef LDEMUL_H
 #define LDEMUL_H
 
+#include "getopt.h"
+
 extern void ldemul_hll
   PARAMS ((char *));
 extern void ldemul_syslib



Home | Main Index | Thread Index | Old Index