Description: Add missing includes
Author: Bastian Germann <bage@debian.org>
Bug-Debian: https://bugs.debian.org/1066560
---
--- gmemusage-0.2.orig/hash.c
+++ gmemusage-0.2/hash.c
@@ -7,6 +7,8 @@
  * See file COPYING (included in this distribution) for copyright information.
  */
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <malloc.h>
 #include "common.h"
 
