aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/att.c
diff options
context:
space:
mode:
Diffstat (limited to 'att.c')
-rw-r--r--att.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/att.c b/att.c
index 573bb6cb..5d019d04 100644
--- a/att.c
+++ b/att.c
@@ -1,4 +1,4 @@
-/* $Id: att.c,v 1.1 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: att.c,v 1.2 2009/03/23 14:22:11 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
-#include "private.h"
+#include "libmdoc.h"
#define LINE(x, y) \
if (0 == strcmp(p, x)) return(y);