summaryrefslogtreecommitdiff
path: root/devices.c
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-01 09:34:16 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-01 09:34:16 +0200
commit471b10f6b547bb9b6088c8b079360ad91aaf8510 (patch)
tree3f48ea40d3ee813e3f6830b10bae6fd354df0636 /devices.c
parent2c20599c89f256e656b089907742d2297d7a317c (diff)
downloadMAC-Telnet-471b10f6b547bb9b6088c8b079360ad91aaf8510.tar.gz
MAC-Telnet-471b10f6b547bb9b6088c8b079360ad91aaf8510.zip
Header-cleanup and get terminal type from ENV
Diffstat (limited to 'devices.c')
-rw-r--r--devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices.c b/devices.c
index 70daabe..c380ead 100644
--- a/devices.c
+++ b/devices.c
@@ -16,6 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>