ar65: fix parallel builds by using a per-process temp file
This commit is contained in:
parent
64449f0f54
commit
358d750b3e
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* common */
|
||||
#include "cmdline.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue