summaryrefslogtreecommitdiff
path: root/mimeview
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 15:13:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 15:13:16 +0000
commit5facdb707a15825608b07217cec73a20c5de3aee (patch)
tree63bbaf5f7909980eb79dda73b548b9a728d52910 /mimeview
parent8ad91eecb7c19921dba19e293b8b9394fbbda156 (diff)
downloadmailutils-5facdb707a15825608b07217cec73a20c5de3aee.tar.gz
mailutils-5facdb707a15825608b07217cec73a20c5de3aee.tar.bz2
Add missing includes
Diffstat (limited to 'mimeview')
-rw-r--r--mimeview/mimetypes.l9
1 files changed, 5 insertions, 4 deletions
diff --git a/mimeview/mimetypes.l b/mimeview/mimetypes.l
index 5170535a6..450329c0d 100644
--- a/mimeview/mimetypes.l
+++ b/mimeview/mimetypes.l
@@ -21,14 +21,15 @@
# include <config.h>
#endif
+#include <unistd.h>
+#include <stdio.h>
+#include <sys/stat.h>
#include <mimeview.h>
#include <mimetypes-decl.h>
#include <mu_asprintf.h>
-#include <unistd.h>
-#include <sys/stat.h>
-
+
static int line_num;
-static const char *file_name;
+static char *file_name;
static int file_name_alloc;
static struct obstack stack;

Return to:

Send suggestions and report system problems to the System administrator.