avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] [wip] serial re-org


From: Brian Dean
Subject: Re: [avrdude-dev] [wip] serial re-org
Date: Wed, 12 Mar 2003 23:11:56 -0500
User-agent: Mutt/1.4i

On Wed, Mar 12, 2003 at 08:04:50PM -0800, Theodore A. Roth wrote:

> I've commit the serial re-org. If any thing got broke, please make noise.
> 

I need these header files on FreeBSD (for select()'s fd_set and
timeout) - this doesn't break anything on Linux does it?

-Brian

===================================================================
RCS file: /cvsroot/avrdude/avrdude/ser_posix.c,v
retrieving revision 1.1
diff -u -r1.1 ser_posix.c
--- ser_posix.c 13 Mar 2003 03:52:18 -0000      1.1
+++ ser_posix.c 13 Mar 2003 04:07:19 -0000
@@ -26,6 +26,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/time.h>
 
 #include <fcntl.h>
 #include <termios.h>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]