projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cb80c
)
Fix missing include for close() function call
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 2 Oct 2009 01:25:35 +0000
(
03:25
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 2 Oct 2009 01:25:35 +0000
(
03:25
+0200)
gatchat/gattty.c
patch
|
blob
|
history
diff --git
a/gatchat/gattty.c
b/gatchat/gattty.c
index
c3dcf47
..
e1dfe24
100644
(file)
--- a/
gatchat/gattty.c
+++ b/
gatchat/gattty.c
@@
-23,11
+23,13
@@
#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)