blob: c38e8d95b4f2a32e2e245cdd98cebe84bab919c9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/memprof.h
+++ b/src/memprof.h
@@ -24,6 +24,7 @@
#include <gtk/gtkwidget.h>
#include <stdio.h>
#include <sys/types.h>
+#include "config.h"
#include "bfd.h"
#include "stackstash.h"
#include "binfile.h"
|