mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
The last release, 1.10, is four years old. The git tree since fixes numerous bugs present in 1.10. Reviewed by: portlint Sponsored by: EMC / Isilon Storage Division
11 lines
241 B
C
11 lines
241 B
C
--- 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>
|