diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-03-29 13:13:30 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-03-29 13:13:30 +0000 |
| commit | 8f0c701250919da7f99273250017bf536dc73db9 (patch) | |
| tree | a42cb3618557ec86ef8d8f1a7389e68912dbd2c0 /msec.c | |
| parent | 1f1d4007ae66645e397e325b72643166dc3c1efe (diff) | |
Diffstat (limited to 'msec.c')
| -rw-r--r-- | msec.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
