summaryrefslogtreecommitdiffstatshomepage
path: root/term_ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'term_ascii.c')
-rw-r--r--term_ascii.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term_ascii.c b/term_ascii.c
index 36b4942a..d38450e5 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -1,4 +1,4 @@
-/* $Id: term_ascii.c,v 1.1 2010/06/08 15:00:17 kristaps Exp $ */
+/* $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "out.h"
#include "term.h"