Commit 8cc6ed8c 8cc6ed8c2c005dc7e2a2f7bc7fd112e508fd0caf by Sam Roberts

Removed dependency on mailutils.

1 parent 1233320d
......@@ -17,7 +17,13 @@
#ifndef MUASPRINTF_H
#define MUASPRINTF_H
#include <mailutils/mu_features.h>
#ifndef __P
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define __P(args) args
# else
# define __P(args) ()
# endif
#endif /*__P */
#include <stdarg.h>
......