Merge Holger Hetterich's fix for bug #10334.

This commit is contained in:
Eric S. Raymond 2007-11-15 19:32:36 +00:00
parent e40fc4fd84
commit ec0827ccea

View file

@ -27,7 +27,7 @@
#include <iostream>
#include <map>
#include <algorithm> // Required for gcc 4.3.0
// the fork execute is unix specific only tested on Linux quite sure it won't
// work on Windows not sure which other platforms have a problem with it.