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 /malloc.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 'malloc.c')
| -rw-r--r-- | malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ */ #include <stdlib.h> +#include <string.h> #include "puzzles.h" /* |