Commit 03799a7f 03799a7ff00f0844425f3e6435e0395e65568519 by Sergey Poznyakoff

Include string.h

1 parent 13f3a35e
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
3 3
4 GNU Mailutils is free software; you can redistribute it and/or modify 4 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
23 23
24 #include <stdio.h> 24 #include <stdio.h>
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include <string.h>
26 #include <mh_getopt.h> 27 #include <mh_getopt.h>
27 #include <mu_asprintf.h> 28 #include <mu_asprintf.h>
28 29
......