From: Mikko Rasa Date: Tue, 12 Jun 2007 18:49:02 +0000 (+0000) Subject: Correct getopt include X-Git-Tag: 0.9~35 X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=55b6c1dba6f02a399d98080c23a75098e8a080f7 Correct getopt include Update dependencies in Readme --- diff --git a/Readme.txt b/Readme.txt index 9579372..dda34d6 100644 --- a/Readme.txt +++ b/Readme.txt @@ -16,7 +16,7 @@ this problem, there's a script called bootstrap.sh in the Builder main directory. Before running it, make sure you have the following libraries available: -MSP libraries: misc core parser path regex++ getopt++ +MSP libraries: core parser path strings Others: sigc++-2.0 diff --git a/source/builder.cpp b/source/builder.cpp index 5e25883..ccfb407 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include #include