summaryrefslogtreecommitdiff
path: root/devel/dwarves/files/patch-dwarves.c
blob: 5f64a8e510054fe8c3c36da66190a7283ed2eb6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dwarves.c.orig	2016-06-30 19:30:28 UTC
+++ dwarves.c
@@ -16,6 +16,8 @@
 #include <fcntl.h>
 #include <fnmatch.h>
 #include <libelf.h>
+/* For PATH_MAX */
+#include <limits.h>
 #include <search.h>
 #include <stdio.h>
 #include <stdlib.h>