Commit 13f3a35e 13f3a35e0ffa9c60697a5b4b1c0991f50da1e992 by Sergey Poznyakoff

Include mailutils/argp.h

1 parent b7e63952
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 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 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
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
21 21
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <stdarg.h> 23 #include <stdarg.h>
24 #include <mailutils/argp.h>
24 25
25 void 26 void
26 mh_error(const char *fmt, ...) 27 mh_error(const char *fmt, ...)
......