From 09d225f8185eb1281a2ba061618a9a736b4c9f5b Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 2 Feb 2002 19:17:33 +0000 Subject: [PATCH] Missing header. --- tx-serial-unix.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tx-serial-unix.c b/tx-serial-unix.c index edb048e..8360c80 100644 --- a/tx-serial-unix.c +++ b/tx-serial-unix.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tx-serial-unix.c,v 1.2 2002/01/30 09:24:24 mdw Exp $ + * $Id: tx-serial-unix.c,v 1.3 2002/02/02 19:17:33 mdw Exp $ * * Unix/POSIX serial transport * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: tx-serial-unix.c,v $ + * Revision 1.3 2002/02/02 19:17:33 mdw + * Missing header. + * * Revision 1.2 2002/01/30 09:24:24 mdw * Restructure for new transport configuration interface. * @@ -39,6 +42,10 @@ /*----- Header files ------------------------------------------------------*/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -- 2.11.0