]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed compilation 1034/head
authorArvin Schnell <aschnell@suse.de>
Wed, 23 Jul 2025 09:41:53 +0000 (11:41 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 23 Jul 2025 09:41:53 +0000 (11:41 +0200)
snapper/Ext4.cc

index a3cb062b9f2d31c7d637aa94b5f59888c4004efd..8b4b259cd744f7ec3cece4edf4963b59fcce5fab 100644 (file)
 
 #include "config.h"
 
-#include <string.h>
+#include <cstring>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <errno.h>
+#include <cerrno>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <asm/types.h>
 #include <boost/algorithm/string.hpp>
 
-#include "snapper/Log.h"
+#include "snapper/LoggerImpl.h"
 #include "snapper/Filesystem.h"
 #include "snapper/Ext4.h"
 #include "snapper/Snapper.h"