Diff between f36146536c407c5ab157a82780bc67327f09d1bc and b2b81a8bdb99606c53c2dc4554f6827e7324d1ad

Changed Files

File Additions Deletions Status
obexd/src/transport.c +4 -3 modified

Full Patch

diff --git a/obexd/src/transport.c b/obexd/src/transport.c
index f178e44..5347b07 100644
--- a/obexd/src/transport.c
+++ b/obexd/src/transport.c
@@ -25,11 +25,12 @@
 #include <config.h>
 #endif
 
-#include <string.h>
+#include <stdio.h>
 #include <errno.h>
-#include <glib.h>
+#include <string.h>
+#include <stdint.h>
 
-#include <openobex/obex.h>
+#include <glib.h>
 
 #include "obex.h"
 #include "server.h"