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