Author: abroekhuis
Date: Mon Jun 20 14:00:15 2011
New Revision: 1137633
URL: http://svn.apache.org/viewvc?rev=1137633&view=rev
Log:
Fixed missing include required to be able to compile on linux.
Modified:
incubator/celix/trunk/utils/private/src/hash_map.c
Modified: incubator/celix/trunk/utils/private/src/hash_map.c
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/utils/private/src/hash_map.c?rev=1137633&r1=1137632&r2=1137633&view=diff
==============================================================================
--- incubator/celix/trunk/utils/private/src/hash_map.c (original)
+++ incubator/celix/trunk/utils/private/src/hash_map.c Mon Jun 20 14:00:15 2011
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
+#include <stdint.h>
#include "hash_map.h"
#include "hash_map_private.h"