*term.c: Add two missing includes to fix compile warnings.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@383 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Jan-Hinnerk Reichert 2003-11-22 03:25:48 +00:00
parent 578b25d1e2
commit eed95a739d
1 changed files with 2 additions and 0 deletions

2
term.c
View File

@ -21,6 +21,8 @@
#include "ac_cfg.h"
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>