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/widgets.c b/controls/widgets.c index 51c6250..fc409af 100644 --- a/controls/widgets.c +++ b/controls/widgets.c
@@ -4,6 +4,7 @@ * Copyright 1993 Alexandre Julliard */ +#include <string.h> #include <assert.h> #include "win.h"