Skip to content

Commit

Permalink
COMP: Patch to build on GCC 4.3. See bug #6279.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Jan 28, 2008
1 parent 02640e6 commit 9073f9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cable/Generators/cableSystemTools.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <sys/stat.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>

#if !defined(_WIN32) || defined(__CYGWIN__)
#include <limits.h>
Expand Down
1 change: 1 addition & 0 deletions Cable/Parsers/cableField.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "cableType.h"
#include "cableContext.h"
#include "cxxCvQualifiedType.h"
#include <stdlib.h>

namespace cable
{
Expand Down
1 change: 1 addition & 0 deletions Cable/Parsers/cableXMLParser.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "cableXMLParser.h"

#include "../Expat/expat.h"
#include <string.h>

namespace cable
{
Expand Down
2 changes: 1 addition & 1 deletion GCC_XML/KWSys/kwsysDateStamp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2008)
SET(KWSYS_DATE_STAMP_MONTH 01)

# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 23)
SET(KWSYS_DATE_STAMP_DAY 28)

0 comments on commit 9073f9f

Please sign in to comment.