summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/timediff.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/timediff.c')
-rw-r--r--Utilities/cmcurl/lib/timediff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/timediff.c b/Utilities/cmcurl/lib/timediff.c
index 003477c..c589318 100644
--- a/Utilities/cmcurl/lib/timediff.c
+++ b/Utilities/cmcurl/lib/timediff.c
@@ -18,10 +18,14 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
+ * SPDX-License-Identifier: curl
+ *
***************************************************************************/
#include "timediff.h"
+#include <limits.h>
+
/*
* Converts number of milliseconds into a timeval structure.
*