=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/att.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/mandoc/att.c 2015/10/06 18:30:43 1.11 +++ src/usr.bin/mandoc/att.c 2017/06/24 14:38:27 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: att.c,v 1.11 2015/10/06 18:30:43 schwarze Exp $ */ +/* $OpenBSD: att.c,v 1.12 2017/06/24 14:38:27 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -17,6 +17,7 @@ #include #include +#include "mandoc.h" #include "roff.h" #include "mdoc.h" #include "libmdoc.h"