mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
14 lines
278 B
Diff
14 lines
278 B
Diff
diff --git a/trace/trace.c b/trace/trace.c
|
|
index 6fd321f..e257d89 100644
|
|
--- a/trace/trace.c
|
|
+++ b/trace/trace.c
|
|
@@ -23,7 +23,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
-#include <string.h>
|
|
+#include <libgen.h>
|
|
#include <syslog.h>
|
|
#include <limits.h>
|
|
|