From e9c984ff06190e75e09fe339fc50e2527e621644 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 20 Nov 2006 20:53:31 +0000 Subject: [PATCH] #include vxWorks.h needed for definition of NULL. --- configure/tools/munch.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure/tools/munch.pl b/configure/tools/munch.pl index cd7519ce3..83702f37a 100755 --- a/configure/tools/munch.pl +++ b/configure/tools/munch.pl @@ -1,13 +1,12 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; #************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. -# EPICS BASE Versions 3.13.7 -# and higher are distributed subject to a Software License Agreement found -# in file LICENSE that is included with this distribution. +# EPICS BASE is distributed subject to a Software License Agreement found +# in the file LICENSE that is included with this distribution. #************************************************************************* # $Id$ # @@ -37,6 +36,7 @@ while (my $line = ) print join "\n", "/* C++ static constructor and destructor lists */", "/* This is a generated file, do not edit! */", + "#include ", "\n/* Declarations */", (map cDecl($_), @ctors, @dtors), "\n/* Constructors */",