summaryrefslogtreecommitdiff
path: root/msec.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-03-29 13:13:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-03-29 13:13:30 +0000
commit8f0c701250919da7f99273250017bf536dc73db9 (patch)
treea42cb3618557ec86ef8d8f1a7389e68912dbd2c0 /msec.c
parent1f1d4007ae66645e397e325b72643166dc3c1efe (diff)
Diffstat (limited to 'msec.c')
-rw-r--r--msec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/msec.c b/msec.c
index 9d41511696d0..9a52213d95e6 100644
--- a/msec.c
+++ b/msec.c
@@ -1,4 +1,4 @@
-/* $Id: msec.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */
+/* $Id: msec.c,v 1.16 2018/12/14 01:18:26 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -18,6 +18,7 @@
#include <sys/types.h>
+#include <stdio.h>
#include <string.h>
#include "mandoc.h"