commit | c3e1f72bac09b50cd4a0cbb421503617b6f677a3 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Fri Feb 19 15:42:11 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 19 15:42:11 1999 +0000 |
tree | 38787d075bc3b8397f3f78aca643e646be8c92ef | |
parent | 688221460b6a3ce10694d108f4dc75a8ce3e22e5 [diff] [blame] |
Added missing string.h include.
diff --git a/controls/edit.c b/controls/edit.c index f0d83f0..b53dde0 100644 --- a/controls/edit.c +++ b/controls/edit.c
@@ -11,6 +11,7 @@ * please read EDIT.TODO (and update it when you change things) */ +#include <string.h> #include "winnt.h" #include "win.h" #include "wine/winbase16.h"