diff options
Diffstat (limited to 'ftparchive/cachedb.cc')
-rw-r--r-- | ftparchive/cachedb.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc index dedb01eaa..7ad28732f 100644 --- a/ftparchive/cachedb.cc +++ b/ftparchive/cachedb.cc @@ -19,9 +19,9 @@ #include <apt-pkg/hashes.h> #include <apt-pkg/strutl.h> -#include <ctype.h> +#include <cctype> +#include <cstddef> #include <netinet/in.h> // htonl, etc -#include <stddef.h> #include <strings.h> #include <sys/stat.h> |