]> git.tdb.fi Git - builder.git/commitdiff
Correct getopt include
authorMikko Rasa <tdb@tdb.fi>
Tue, 12 Jun 2007 18:49:02 +0000 (18:49 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 12 Jun 2007 18:49:02 +0000 (18:49 +0000)
Update dependencies in Readme

Readme.txt
source/builder.cpp

index 9579372aa448a964f6a0506721d6342e29b637fd..dda34d6e6fc87cb58a7efdab7e35a8eb3d1e7d8b 100644 (file)
@@ -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
 
index 5e2588334ca52a735e0b81b314c97674063b6253..ccfb407276ee1a619b1bf85e1869a7acd75eab0a 100644 (file)
@@ -2,7 +2,7 @@
 #include <iostream>
 #include <set>
 #include <msp/core/error.h>
-#include <msp/getopt++/getopt++.h>
+#include <msp/core/getopt.h>
 #include <msp/parser/parser.h>
 #include <msp/path/utils.h>
 #include <msp/strings/utils.h>