mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
277 B
C
14 lines
277 B
C
$NetBSD$
|
|
|
|
--- gprof/gprof.c.orig Fri Jun 12 15:33:30 2009
|
|
+++ gprof/gprof.c
|
|
@@ -47,6 +47,8 @@
|
|
|
|
static void usage (FILE *, int) ATTRIBUTE_NORETURN;
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
const char * whoami;
|
|
const char * function_mapping_file;
|
|
static const char * external_symbol_table;
|