diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-07-31 19:17:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-07-31 19:17:54 +0000 |
commit | 75b6c55cb02aaa5d40a725b90ffb672a4c25e2ee (patch) | |
tree | 64b1aaf4aa206822fce9515a2b064662d04ef5b4 /att.c | |
parent | 7ad21139cd51f34b1749abea843f7f513b4a6410 (diff) | |
download | src-test2-75b6c55cb02aaa5d40a725b90ffb672a4c25e2ee.tar.gz src-test2-75b6c55cb02aaa5d40a725b90ffb672a4c25e2ee.zip |
Notes
Diffstat (limited to 'att.c')
-rw-r--r-- | att.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: att.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */ +/* $Id: att.c,v 1.16 2017/06/24 14:38:32 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -19,6 +19,7 @@ #include <sys/types.h> #include <string.h> +#include "mandoc.h" #include "roff.h" #include "mdoc.h" #include "libmdoc.h" |