diff -pruN 6.15.1-2/debian/changelog 6.15.1-3/debian/changelog
--- 6.15.1-2/debian/changelog	2022-05-13 12:06:00.000000000 +0000
+++ 6.15.1-3/debian/changelog	2022-08-04 17:38:23.000000000 +0000
@@ -1,3 +1,9 @@
+nordugrid-arc (6.15.1-3) unstable; urgency=medium
+
+  * Add missing include (Closes: #1016268)
+
+ -- Mattias Ellert <mattias.ellert@physics.uu.se>  Thu, 04 Aug 2022 19:38:23 +0200
+
 nordugrid-arc (6.15.1-2) unstable; urgency=medium
 
   * Disable xmlsec support (Closes: #1006516)
diff -pruN 6.15.1-2/debian/patches/nordugrid-arc-time.patch 6.15.1-3/debian/patches/nordugrid-arc-time.patch
--- 6.15.1-2/debian/patches/nordugrid-arc-time.patch	1970-01-01 00:00:00.000000000 +0000
+++ 6.15.1-3/debian/patches/nordugrid-arc-time.patch	2022-07-03 07:43:13.000000000 +0000
@@ -0,0 +1,24 @@
+From 6fce72c8e43e7fde82218bbb435558e24e8836c7 Mon Sep 17 00:00:00 2001
+From: Mattias Ellert <mattias.ellert@physics.uu.se>
+Date: Thu, 30 Jun 2022 12:52:59 +0200
+Subject: [PATCH] Add missing include
+
+---
+ src/hed/libs/common/GUID.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/hed/libs/common/GUID.cpp b/src/hed/libs/common/GUID.cpp
+index 1b1570a80..a75afb1e7 100644
+--- a/src/hed/libs/common/GUID.cpp
++++ b/src/hed/libs/common/GUID.cpp
+@@ -5,6 +5,7 @@
+ #endif
+ 
+ #include <sys/time.h>
++#include <time.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <unistd.h>
+-- 
+2.36.1
+
diff -pruN 6.15.1-2/debian/patches/series 6.15.1-3/debian/patches/series
--- 6.15.1-2/debian/patches/series	2022-05-13 12:06:00.000000000 +0000
+++ 6.15.1-3/debian/patches/series	2022-08-04 17:38:13.000000000 +0000
@@ -3,3 +3,6 @@ nordugrid-arc-mipsel-memory.patch
 
 # Increase timeout
 nordugrid-arc-timeout.patch
+
+# Missing include
+nordugrid-arc-time.patch
