diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-26 17:10:44 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-26 17:10:44 +0000 |
| commit | 9867234e70002b8252a48c2bc023875ff87b8ca1 (patch) | |
| tree | 2e03439efd9bd536ff2a9ada0cdaa4254f849031 /random.c | |
| parent | a87bb0576073849b4d316e13132bb6c39c92e78d (diff) | |
| download | puzzles-9867234e70002b8252a48c2bc023875ff87b8ca1.zip puzzles-9867234e70002b8252a48c2bc023875ff87b8ca1.tar.gz puzzles-9867234e70002b8252a48c2bc023875ff87b8ca1.tar.bz2 puzzles-9867234e70002b8252a48c2bc023875ff87b8ca1.tar.xz | |
Further general development. Net is now playable, though
configuration is absent as yet.
[originally from svn r4145]
Diffstat (limited to 'random.c')
| -rw-r--r-- | random.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ */ #include <assert.h> +#include <string.h> #include "puzzles.h" |