diff options
Diffstat (limited to 'scripts/dtc/util.h')
| -rw-r--r-- | scripts/dtc/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dtc/util.h b/scripts/dtc/util.h index f800b6011fb1..f5c4f1b50d30 100644 --- a/scripts/dtc/util.h +++ b/scripts/dtc/util.h | |||
| @@ -59,6 +59,7 @@ static inline void *xrealloc(void *p, size_t len) | |||
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | extern char *xstrdup(const char *s); | 61 | extern char *xstrdup(const char *s); |
| 62 | extern int xasprintf(char **strp, const char *fmt, ...); | ||
| 62 | extern char *join_path(const char *path, const char *name); | 63 | extern char *join_path(const char *path, const char *name); |
| 63 | 64 | ||
| 64 | /** | 65 | /** |
