summaryrefslogtreecommitdiffstatshomepage
path: root/validate.c
diff options
context:
space:
mode:
Diffstat (limited to 'validate.c')
-rw-r--r--validate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/validate.c b/validate.c
index 7c3e514d..6ee4bda7 100644
--- a/validate.c
+++ b/validate.c
@@ -1,4 +1,4 @@
-/* $Id: validate.c,v 1.92 2009/03/21 21:09:00 kristaps Exp $ */
+/* $Id: validate.c,v 1.93 2009/03/23 14:22:11 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include <stdlib.h>
-#include "private.h"
+#include "libmdoc.h"
/* FIXME: .Bl -diag can't have non-text children in HEAD. */
/* TODO: ignoring Pp (it's superfluous in some invocations). */