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/dlls/comctl32/header.c b/dlls/comctl32/header.c index 253cc41..a570378 100644 --- a/dlls/comctl32/header.c +++ b/dlls/comctl32/header.c
@@ -19,6 +19,8 @@ * - Little flaw when drawing a bitmap on the right side of the text. */ +#include <string.h> + #include "commctrl.h" #include "win.h" #include "header.h"