[04/19] celix git commit: CELIX-251: added missing includes

2015-09-28 Thread bpetri
CELIX-251: added missing includes


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/f32a2335
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/f32a2335
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/f32a2335

Branch: refs/heads/feature/CELIX-247_android_support
Commit: f32a2335989ad6f9710a55c385b85c3b83413afd
Parents: 1208336
Author: Bjoern Petri 
Authored: Mon Aug 17 11:11:41 2015 +0200
Committer: Bjoern Petri 
Committed: Mon Aug 17 11:11:41 2015 +0200

--
 device_access/example/base_driver/private/src/base_driver.c| 2 +-
 .../example/consuming_driver/private/src/consuming_driver.c| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/celix/blob/f32a2335/device_access/example/base_driver/private/src/base_driver.c
--
diff --git a/device_access/example/base_driver/private/src/base_driver.c 
b/device_access/example/base_driver/private/src/base_driver.c
index fafec6d..33a2dca 100644
--- a/device_access/example/base_driver/private/src/base_driver.c
+++ b/device_access/example/base_driver/private/src/base_driver.c
@@ -24,7 +24,7 @@
  *  \copyright Apache License, Version 2.0
  */
 #include 
-
+#include 
 #include 
 #include 
 #include 

http://git-wip-us.apache.org/repos/asf/celix/blob/f32a2335/device_access/example/consuming_driver/private/src/consuming_driver.c
--
diff --git 
a/device_access/example/consuming_driver/private/src/consuming_driver.c 
b/device_access/example/consuming_driver/private/src/consuming_driver.c
index 0842d57..b44ac32 100644
--- a/device_access/example/consuming_driver/private/src/consuming_driver.c
+++ b/device_access/example/consuming_driver/private/src/consuming_driver.c
@@ -24,6 +24,7 @@
  *  \copyright Apache License, Version 2.0
  */
 #include 
+#include 
 
 #include 
 #include 



[6/7] celix git commit: CELIX-251: added missing includes

2015-08-18 Thread pnoltes
CELIX-251: added missing includes


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/f32a2335
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/f32a2335
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/f32a2335

Branch: refs/heads/feature/CELIX-237_rsa-ffi
Commit: f32a2335989ad6f9710a55c385b85c3b83413afd
Parents: 1208336
Author: Bjoern Petri bpe...@apache.org
Authored: Mon Aug 17 11:11:41 2015 +0200
Committer: Bjoern Petri bpe...@apache.org
Committed: Mon Aug 17 11:11:41 2015 +0200

--
 device_access/example/base_driver/private/src/base_driver.c| 2 +-
 .../example/consuming_driver/private/src/consuming_driver.c| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/celix/blob/f32a2335/device_access/example/base_driver/private/src/base_driver.c
--
diff --git a/device_access/example/base_driver/private/src/base_driver.c 
b/device_access/example/base_driver/private/src/base_driver.c
index fafec6d..33a2dca 100644
--- a/device_access/example/base_driver/private/src/base_driver.c
+++ b/device_access/example/base_driver/private/src/base_driver.c
@@ -24,7 +24,7 @@
  *  \copyright Apache License, Version 2.0
  */
 #include stdlib.h
-
+#include string.h
 #include celix_errno.h
 #include bundle_activator.h
 #include bundle_context.h

http://git-wip-us.apache.org/repos/asf/celix/blob/f32a2335/device_access/example/consuming_driver/private/src/consuming_driver.c
--
diff --git 
a/device_access/example/consuming_driver/private/src/consuming_driver.c 
b/device_access/example/consuming_driver/private/src/consuming_driver.c
index 0842d57..b44ac32 100644
--- a/device_access/example/consuming_driver/private/src/consuming_driver.c
+++ b/device_access/example/consuming_driver/private/src/consuming_driver.c
@@ -24,6 +24,7 @@
  *  \copyright Apache License, Version 2.0
  */
 #include stdlib.h
+#include string.h
 
 #include device.h
 #include service_tracker.h



celix git commit: CELIX-251: added missing includes

2015-08-17 Thread bpetri
Repository: celix
Updated Branches:
  refs/heads/develop 12083361f - f32a23359


CELIX-251: added missing includes


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/f32a2335
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/f32a2335
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/f32a2335

Branch: refs/heads/develop
Commit: f32a2335989ad6f9710a55c385b85c3b83413afd
Parents: 1208336
Author: Bjoern Petri bpe...@apache.org
Authored: Mon Aug 17 11:11:41 2015 +0200
Committer: Bjoern Petri bpe...@apache.org
Committed: Mon Aug 17 11:11:41 2015 +0200

--
 device_access/example/base_driver/private/src/base_driver.c| 2 +-
 .../example/consuming_driver/private/src/consuming_driver.c| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/celix/blob/f32a2335/device_access/example/base_driver/private/src/base_driver.c
--
diff --git a/device_access/example/base_driver/private/src/base_driver.c 
b/device_access/example/base_driver/private/src/base_driver.c
index fafec6d..33a2dca 100644
--- a/device_access/example/base_driver/private/src/base_driver.c
+++ b/device_access/example/base_driver/private/src/base_driver.c
@@ -24,7 +24,7 @@
  *  \copyright Apache License, Version 2.0
  */
 #include stdlib.h
-
+#include string.h
 #include celix_errno.h
 #include bundle_activator.h
 #include bundle_context.h

http://git-wip-us.apache.org/repos/asf/celix/blob/f32a2335/device_access/example/consuming_driver/private/src/consuming_driver.c
--
diff --git 
a/device_access/example/consuming_driver/private/src/consuming_driver.c 
b/device_access/example/consuming_driver/private/src/consuming_driver.c
index 0842d57..b44ac32 100644
--- a/device_access/example/consuming_driver/private/src/consuming_driver.c
+++ b/device_access/example/consuming_driver/private/src/consuming_driver.c
@@ -24,6 +24,7 @@
  *  \copyright Apache License, Version 2.0
  */
 #include stdlib.h
+#include string.h
 
 #include device.h
 #include service_tracker.h