aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/odcctools/files/odcctools-9.2_p287-ar.patch
blob: e0fd7ef89989fd8fc7217d73011580a072797d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: ar/ar.c
===================================================================
--- ar/ar.c	(revision 287)
+++ ar/ar.c	(working copy)
@@ -82,6 +82,7 @@
 
 #include "archive.h"
 #include "extern.h"
+#include "stuff/allocate.h"
 #include "stuff/execute.h"
 #include "stuff/unix_standard_mode.h"
 
Index: ar/contents.c
===================================================================
--- ar/contents.c	(revision 287)
+++ ar/contents.c	(working copy)
@@ -75,6 +75,7 @@
 #include <fcntl.h>
 #include <stdio.h>
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "archive.h"