diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 23:49:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 23:49:21 +0000 |
commit | a650b40de4741d95a408f6ca71374309b47be345 (patch) | |
tree | 8f1f4b447875b13cef4a9d4155f5c019ffc19895 /games/enigma/files | |
parent | 56b24223bc5a08fad2ddd0ed542d0b0179f34181 (diff) | |
download | ports-a650b40de4741d95a408f6ca71374309b47be345.tar.gz ports-a650b40de4741d95a408f6ca71374309b47be345.zip |
Notes
Diffstat (limited to 'games/enigma/files')
-rw-r--r-- | games/enigma/files/patch-src::options.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/enigma/files/patch-src::options.hh b/games/enigma/files/patch-src::options.hh new file mode 100644 index 000000000000..87195a5f93af --- /dev/null +++ b/games/enigma/files/patch-src::options.hh @@ -0,0 +1,10 @@ +--- src/options.hh.orig Thu Oct 9 09:43:08 2003 ++++ src/options.hh Thu Oct 9 09:43:25 2003 +@@ -18,6 +18,7 @@ + #ifndef OPTIONS_HH + #define OPTIONS_HH + ++#include <time.h> + #include <string> + + namespace options |