mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
11 lines
220 B
Diff
11 lines
220 B
Diff
--- ./tracepath.c.orig
|
|
+++ ./tracepath.c
|
|
@@ -12,6 +12,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
+#include <time.h>
|
|
#include <sys/socket.h>
|
|
#include <linux/types.h>
|
|
#include <linux/errqueue.h>
|