diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-01 09:34:16 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-01 09:34:16 +0200 |
commit | 471b10f6b547bb9b6088c8b079360ad91aaf8510 (patch) | |
tree | 3f48ea40d3ee813e3f6830b10bae6fd354df0636 /devices.c | |
parent | 2c20599c89f256e656b089907742d2297d7a317c (diff) | |
download | MAC-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |