diff options
Diffstat (limited to 'methods/rsh.h')
-rw-r--r-- | methods/rsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/rsh.h b/methods/rsh.h index 7545d5815..82ac54319 100644 --- a/methods/rsh.h +++ b/methods/rsh.h @@ -9,8 +9,8 @@ #ifndef APT_RSH_H #define APT_RSH_H +#include <ctime> #include <string> -#include <time.h> #include <apt-pkg/strutl.h> |