Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/flex/dist/src PR/53511: Palle Lyckegaard: Fix c...
details: https://anonhg.NetBSD.org/src/rev/713c3eb8df28
branches: trunk
changeset: 365529:713c3eb8df28
user: christos <christos%NetBSD.org@localhost>
date: Mon Aug 20 08:51:56 2018 +0000
description:
PR/53511: Palle Lyckegaard: Fix compiling flex on a Solaris 11 host system
diffstat:
external/bsd/flex/dist/src/flexdef.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 639dc7c919cf -r 713c3eb8df28 external/bsd/flex/dist/src/flexdef.h
--- a/external/bsd/flex/dist/src/flexdef.h Mon Aug 20 06:47:16 2018 +0000
+++ b/external/bsd/flex/dist/src/flexdef.h Mon Aug 20 08:51:56 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: flexdef.h,v 1.3 2017/01/02 17:45:27 christos Exp $ */
+/* $NetBSD: flexdef.h,v 1.4 2018/08/20 08:51:56 christos Exp $ */
/* flexdef - definitions file for flex */
@@ -36,6 +36,10 @@
#ifndef FLEXDEF_H
#define FLEXDEF_H 1
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Home |
Main Index |
Thread Index |
Old Index