chiark
/
gitweb
/
~mdw
/
jog
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Missing header.
[jog]
/
tx-serial-unix.c
diff --git
a/tx-serial-unix.c
b/tx-serial-unix.c
index edb048e20395ba2f912e558aeecd4eea00948289..8360c809a1368a04e37200a0db857f88cff94148 100644
(file)
--- a/
tx-serial-unix.c
+++ b/
tx-serial-unix.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Unix/POSIX serial transport
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: tx-serial-unix.c,v $
/*----- 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.
*
* Revision 1.2 2002/01/30 09:24:24 mdw
* Restructure for new transport configuration interface.
*
@@
-39,6
+42,10
@@
/*----- Header files ------------------------------------------------------*/
/*----- Header files ------------------------------------------------------*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>