fix warnings when building for eCos

git-svn-id: svn://svn.berlios.de/openocd/trunk@1085 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-10-22 07:37:40 +00:00
parent 9b1ddfc1eb
commit 6eeab625cd
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -88,6 +88,8 @@ struct timezone {
/* gettimeofday() */
#ifndef HAVE_GETTIMEOFDAY
struct timeval;
struct timezone;
extern int gettimeofday(struct timeval *tv, struct timezone *tz);
#endif