summaryrefslogtreecommitdiff
path: root/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/serial.c b/serial.c
index 0e4fa97a..2301851f 100644
--- a/serial.c
+++ b/serial.c
@@ -1,9 +1,10 @@
-#include "config.h"
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
+#include "config.h"
+
#if defined(HAVE_SYS_MODEM_H)
#include <sys/modem.h>
#endif /* HAVE_SYS_MODEM_H */