mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
245 B
C
14 lines
245 B
C
$NetBSD$
|
|
|
|
--- gprof/corefile.c.orig Tue Mar 6 13:54:59 2012
|
|
+++ gprof/corefile.c
|
|
@@ -30,6 +30,8 @@
|
|
#include "corefile.h"
|
|
#include "safe-ctype.h"
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
bfd *core_bfd;
|
|
static int core_num_syms;
|
|
static asymbol **core_syms;
|