12 lines
265 B
Diff
12 lines
265 B
Diff
Index: ptpd-1.0.0/src/arith.c
|
|
===================================================================
|
|
--- ptpd-1.0.0.orig/src/arith.c
|
|
+++ ptpd-1.0.0/src/arith.c
|
|
@@ -1,5 +1,6 @@
|
|
/* arith.c */
|
|
|
|
+#include <limits.h>
|
|
#include "ptpd.h"
|
|
|
|
/* from annex C of the spec */
|