From b834831818217c40a66731bb7430d7dc75aa7823 Mon Sep 17 00:00:00 2001 From: Oliver Hahm <oleg@hobbykeller.org> Date: Thu, 21 Feb 2013 17:32:55 +0100 Subject: [PATCH] * added missing include in hashtable --- sys/lib/hashtable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/lib/hashtable.c b/sys/lib/hashtable.c index ef64057cb1..80cbba9343 100755 --- a/sys/lib/hashtable.c +++ b/sys/lib/hashtable.c @@ -3,6 +3,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <stdint.h> #include <math.h> #include "hashtable.h" #include "hashtable_private.h" -- GitLab