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

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

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>