summaryrefslogtreecommitdiff
path: root/messages
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-05-13 14:41:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-05-13 14:41:33 +0000
commitfe6fbfdd3e15c0827cab9d4d0d3d97580da9e727 (patch)
treee525712f91940d3c10c4a45dcd546b2019d8e8d6 /messages
parentd5b109468bd14e31d059b1ad26f5bced3090a915 (diff)
downloadmailutils-fe6fbfdd3e15c0827cab9d4d0d3d97580da9e727.tar.gz
mailutils-fe6fbfdd3e15c0827cab9d4d0d3d97580da9e727.tar.bz2
Changed mu_argp.h to mailutils/mu_argp.h
Diffstat (limited to 'messages')
-rw-r--r--messages/messages.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/messages/messages.c b/messages/messages.c
index 2d2727584..9a1701387 100644
--- a/messages/messages.c
+++ b/messages/messages.c
@@ -15,9 +15,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <mailutils/mailutils.h>
+#include <mailutils/mu_argp.h>
#include <stdio.h>
@@ -25,7 +28,6 @@
# include <malloc.h>
#endif
-#include <mu_argp.h>
static int messages_count (const char *);

Return to:

Send suggestions and report system problems to the System administrator.