aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch.c')
-rw-r--r--arch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch.c b/arch.c
index 9fc1c4e1..64cb93fb 100644
--- a/arch.c
+++ b/arch.c
@@ -1,4 +1,4 @@
-/* $Id: arch.c,v 1.1 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: arch.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);