summaryrefslogtreecommitdiffstats
path: root/arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch.c')
-rw-r--r--arch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch.c b/arch.c
index 86feb3cc..da1ccf5d 100644
--- a/arch.c
+++ b/arch.c
@@ -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);