| commit | f46eb1db436ed6bf4b5d9cb85292ff6d1b32f2fe | [log] [tgz] |
|---|---|---|
| author | Jeff Garzik <jgarzik@mandrakesoft.com> | Wed Mar 21 20:30:46 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 21 20:30:46 2001 +0000 |
| tree | 7dfff50b7823e6eb5f8963f2ebf05d1c9a3b7eb6 | |
| parent | 671da9f08ee72a3df029980cf3b1546ab2ab12d9 [diff] [blame] |
Added some inclusions of string.h where necessary.
diff --git a/server/atom.c b/server/atom.c index 55fc6b7..63be7b4 100644 --- a/server/atom.c +++ b/server/atom.c
@@ -8,6 +8,7 @@ #include <assert.h> #include <stdlib.h> #include <stdio.h> +#include <string.h> #include "unicode.h" #include "request.h"