You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/03/25 20:12:22 UTC

celix git commit: CELIX-227: added include and added build to .gitignore

Repository: celix
Updated Branches:
  refs/heads/master 6f0826c6a -> 5984c1a70


CELIX-227: added include and added build to .gitignore


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

Branch: refs/heads/master
Commit: 5984c1a70afb289a73bae075d8c7da5cde8cb9aa
Parents: 6f0826c
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Wed Mar 25 20:11:25 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Wed Mar 25 20:11:25 2015 +0100

----------------------------------------------------------------------
 .gitignore                   | 3 ++-
 utils/private/src/hash_map.c | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/5984c1a7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 50a36fd..eb89068 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@
 # under the License.
 
 /.project
-.DS_Store
\ No newline at end of file
+.DS_Store
+build

http://git-wip-us.apache.org/repos/asf/celix/blob/5984c1a7/utils/private/src/hash_map.c
----------------------------------------------------------------------
diff --git a/utils/private/src/hash_map.c b/utils/private/src/hash_map.c
index 9fce17f..dc082a4 100644
--- a/utils/private/src/hash_map.c
+++ b/utils/private/src/hash_map.c
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
+#include <stdint.h>
 
 #include "hash_map.h"
 #include "hash_map_private.h"