blob: 22a304b3cc9694715873ace21b5445f662ad887f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- /tmp/osso-gwconnect-0.70.2/src/btcond-rfcomm.c 2005-05-16 21:36:41.000000000 +0200
+++ osso-gwconnect-0.70.2/src/btcond-rfcomm.c 2005-05-26 14:42:18.154141048 +0200
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <string.h>
#include <errno.h>
+#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
|