linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH obexd] src/obex.h: Include stdint.h
@ 2012-02-03 10:59 Slawomir Bochenski
  2012-02-03 21:22 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Slawomir Bochenski @ 2012-02-03 10:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Slawomir Bochenski

---
 src/obex.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/obex.h b/src/obex.h
index 7f07fd2..95e9c4e 100644
--- a/src/obex.h
+++ b/src/obex.h
@@ -22,6 +22,8 @@
  *
  */
 
+#include <stdint.h>
+
 #define OBJECT_SIZE_UNKNOWN -1
 #define OBJECT_SIZE_DELETE -2
 
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-03 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 10:59 [PATCH obexd] src/obex.h: Include stdint.h Slawomir Bochenski
2012-02-03 21:22 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).