Fix missing include for close() function call

This commit is contained in:
Marcel Holtmann 2009-10-02 03:25:35 +02:00
parent 79cb80c7eb
commit 729056cb2e
1 changed files with 3 additions and 1 deletions

View File

@ -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)