Commit 13f3a35e 13f3a35e0ffa9c60697a5b4b1c0991f50da1e992 by Sergey Poznyakoff

Include mailutils/argp.h

1 parent b7e63952
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <mailutils/argp.h>
void
mh_error(const char *fmt, ...)
......