aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 10:53:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-02 10:53:28 +0000
commit966c1bc6fc8cf98168d9d17b82cc2e7b414d2e15 (patch)
tree988429d7fa72306ba326ef32ee40e284ed9ce051 /term_ps.c
parent07bc7088611b4beb5260c9caa91252d782c61936 (diff)
downloadmandoc-966c1bc6fc8cf98168d9d17b82cc2e7b414d2e15.tar.gz
mandoc-966c1bc6fc8cf98168d9d17b82cc2e7b414d2e15.tar.zst
mandoc-966c1bc6fc8cf98168d9d17b82cc2e7b414d2e15.zip
Lint fixes.
Diffstat (limited to 'term_ps.c')
-rw-r--r--term_ps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term_ps.c b/term_ps.c
index 07432bf2..f98279f1 100644
--- a/term_ps.c
+++ b/term_ps.c
@@ -1,4 +1,4 @@
-/* $Id: term_ps.c,v 1.25 2010/07/01 14:23:45 kristaps Exp $ */
+/* $Id: term_ps.c,v 1.26 2010/07/02 10:53:28 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <unistd.h>
#include "out.h"
#include "main.h"