summaryrefslogtreecommitdiffstats
path: root/sys/teken/teken.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-05-09 16:27:39 +0000
committered <ed@FreeBSD.org>2011-05-09 16:27:39 +0000
commita42bf7d6cd085fcc310938672242fb996a5d8859 (patch)
tree982b102e875149ab6f283138dde03e668b420bf0 /sys/teken/teken.h
parent123df40267b7a490c45762b08babb5d166a7f6f9 (diff)
downloadFreeBSD-src-a42bf7d6cd085fcc310938672242fb996a5d8859.zip
FreeBSD-src-a42bf7d6cd085fcc310938672242fb996a5d8859.tar.gz
Add proper build infrastructure for teken.
I'm not sure whether we should install teken as a library on any stock FreeBSD installation, but I can imagine people want to tinker around with it now and then. Create a /sys/teken/libteken, which holds a Makefile to install a shared library version of the terminal emulator, complete with a manpage. Also add Makefiles for the demo/stress applications, to build it against the shared library.
Diffstat (limited to 'sys/teken/teken.h')
-rw-r--r--sys/teken/teken.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/teken/teken.h b/sys/teken/teken.h
index 36cb71a..2feef6e 100644
--- a/sys/teken/teken.h
+++ b/sys/teken/teken.h
@@ -29,6 +29,8 @@
#ifndef _TEKEN_H_
#define _TEKEN_H_
+#include <sys/types.h>
+
/*
* libteken: terminal emulation library.
*
OpenPOWER on IntegriCloud