File: nettstamp-needs-types.patch

package info (click to toggle)
libexplain 1.4.D001-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,248 kB
  • sloc: ansic: 156,043; makefile: 47,892; sh: 16,304; yacc: 1,898; awk: 245
file content (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
--- a/libexplain/ac/linux/net_tstamp.h
+++ b/libexplain/ac/linux/net_tstamp.h
@@ -28,6 +28,7 @@
 #include <libexplain/config.h>
 
 #ifdef HAVE_LINUX_NET_TSTAMP_H
+#include <sys/types.h> /* clockid_t */
 #include <linux/net_tstamp.h>
 #endif