summaryrefslogtreecommitdiffstats
path: root/man_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_argv.c')
-rw-r--r--man_argv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/man_argv.c b/man_argv.c
index 2e22139e..6e69be8a 100644
--- a/man_argv.c
+++ b/man_argv.c
@@ -18,8 +18,6 @@
#include "config.h"
#endif
-#include <sys/types.h>
-
#include <assert.h>
#include "man.h"
@@ -27,7 +25,7 @@
#include "libman.h"
#include "libmandoc.h"
-int
+enum margserr
man_args(struct man *m, int line, int *pos, char *buf, char **v)
{
char *start;