Fix missing include for close() function call
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Oct 2009 01:25:35 +0000 (03:25 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Oct 2009 01:25:35 +0000 (03:25 +0200)
gatchat/gattty.c

index c3dcf47..e1dfe24 100644 (file)
 #include <config.h>
 #endif
 
-#include <termios.h>
 #include <fcntl.h>
+#include <unistd.h>
 #include <string.h>
+#include <termios.h>
 
 #include <glib.h>
+
 #include "gattty.h"
 
 static gboolean set_baud(const char *baud, struct termios *ti)