Missing header.
authormdw <mdw>
Sat, 2 Feb 2002 19:17:33 +0000 (19:17 +0000)
committermdw <mdw>
Sat, 2 Feb 2002 19:17:33 +0000 (19:17 +0000)
tx-serial-unix.c

index edb048e..8360c80 100644 (file)
@@ -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.
  *
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>