Diff between 464fac29c5129e92abdee5cf1cb7847a8a23af03 and f36146536c407c5ab157a82780bc67327f09d1bc

Changed Files

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

Full Patch

diff --git a/obexd/src/service.c b/obexd/src/service.c
index 8116fc2..1f346fc 100644
--- a/obexd/src/service.c
+++ b/obexd/src/service.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 "service.h"