]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed compilation on older systems
authorArvin Schnell <aschnell@suse.de>
Tue, 22 Feb 2011 17:20:53 +0000 (18:20 +0100)
committerArvin Schnell <aschnell@suse.de>
Tue, 22 Feb 2011 17:20:53 +0000 (18:20 +0100)
tools/daily.cc
tools/hourly.cc

index a0b195b932f5a7b36ce05ec85aaf1b083d35d741..e25e178e561937e4014f1336c3b4c492d7d6489d 100644 (file)
@@ -1,4 +1,6 @@
 
+#include <stdlib.h>
+
 #include <snapper/Snapper.h>
 #include <snapper/Factory.h>
 
index 8478a014cb1e00a69e91ddd6a411c5583a769a35..f2462baa3c5b2deb3693eb8da606dab05ef35a22 100644 (file)
@@ -1,4 +1,6 @@
 
+#include <stdlib.h>
+
 #include <snapper/Snapper.h>
 #include <snapper/Factory.h>