From 55b6c1dba6f02a399d98080c23a75098e8a080f7 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 12 Jun 2007 18:49:02 +0000 Subject: [PATCH] Correct getopt include Update dependencies in Readme --- Readme.txt | 2 +- source/builder.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0