aboutsummaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-26 17:10:44 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-26 17:10:44 +0000
commit9867234e70002b8252a48c2bc023875ff87b8ca1 (patch)
tree2e03439efd9bd536ff2a9ada0cdaa4254f849031 /random.c
parenta87bb0576073849b4d316e13132bb6c39c92e78d (diff)
downloadpuzzles-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/random.c b/random.c
index 547274a..dad2c0e 100644
--- a/random.c
+++ b/random.c
@@ -11,6 +11,7 @@
*/
#include <assert.h>
+#include <string.h>
#include "puzzles.h"