(svn r17923) -Feature: "port" OpenTTD to GNU/Hurd

This commit is contained in:
rubidium
2009-10-31 15:26:07 +00:00
parent 86fd0c0bce
commit c2c0d1e5d4
2 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,10 @@
#include <set>
#include <stack>
#ifndef PATH_MAX
# define PATH_MAX 260
#endif
/** Simple string comparator using strcmp as implementation */
struct StringCompare {
/**