$NetBSD: patch-ah,v 1.2 2012/05/07 01:22:50 dholland Exp $

- use standard includes
- fix build with latest glib2

--- memtrack.c.orig	2011-10-02 18:32:04.000000000 +0000
+++ memtrack.c
@@ -21,16 +21,12 @@
 
 #define _GNU_SOURCE
 
-#if !defined(SYS_FREEBSD) && !defined(SYS_DARWIN)   /* FreeBSD declares malloc() in stdlib.h */
- #include <malloc.h>
-#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include <glib.h>
 #include <glib/gprintf.h>
-#include <glib/gstrfuncs.h>
 
 /*
  * We're not pulling in dvdisaster.h on purpose...
