mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
11 lines
172 B
Diff
11 lines
172 B
Diff
--- a/iprconfig.c
|
|
+++ b/iprconfig.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <sys/wait.h>
|
|
|
|
#include <math.h>
|
|
+#include <libgen.h> /* basename() */
|
|
|
|
char *tool_name = "iprconfig";
|
|
|