Skip to content

Commit

Permalink
hp_malloc.h: properly include sys/time.h
Browse files Browse the repository at this point in the history
Prevents compilation issues with some modules

Credits to Hamid Elaosta for reporting

(cherry picked from commit 00cdfc6)
  • Loading branch information
liviuchircu committed Apr 15, 2015
1 parent 535f68b commit 65de408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mem/hp_malloc.h
Expand Up @@ -27,6 +27,8 @@
#if !defined(HP_MALLOC_H) && !defined(f_malloc_h) && !defined(VQ_MALLOC)
#define HP_MALLOC_H

#include <sys/time.h>

#include "../statistics.h"
#include "../config.h"
#include "../globals.h"
Expand Down

0 comments on commit 65de408

Please sign in to comment.