blob: 001ed3cb3591e31928338e7fd453d21ac610c4f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -u -ubr cvmfs-2.9.4-orig/cvmfs/authz/helper_log.cc cvmfs-2.9.4-new/cvmfs/authz/helper_log.cc
--- cvmfs-2.9.4-orig/cvmfs/authz/helper_log.cc 2022-07-04 12:15:08.000000000 +0200
+++ cvmfs-2.9.4-new/cvmfs/authz/helper_log.cc 2022-09-01 17:55:08.200175687 +0200
@@ -8,6 +8,7 @@
#include <fcntl.h>
#include <syslog.h>
#include <unistd.h>
+#include <ctime>
#include <cassert>
#include <cstdarg>
|