12 lines
328 B
Diff
12 lines
328 B
Diff
--- elfutils-0.185/src/ar.c 2021-05-22 23:55:24.000000000 +0530
|
|
+++ elfutils-0.185-patch/src/ar.c 2021-08-29 20:21:23.873999934 +0530
|
|
@@ -27,7 +27,7 @@
|
|
#include <libintl.h>
|
|
#include <limits.h>
|
|
#include <locale.h>
|
|
-#include <search.h>
|
|
+#include "search/search.h"
|
|
#include <stdbool.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|