summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/sha2_internal.h')
-rw-r--r--apt-pkg/contrib/sha2_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/sha2_internal.h b/apt-pkg/contrib/sha2_internal.h
index 1b82d965d..fa4bfc4df 100644
--- a/apt-pkg/contrib/sha2_internal.h
+++ b/apt-pkg/contrib/sha2_internal.h
@@ -44,8 +44,8 @@
#ifdef SHA2_USE_INTTYPES_H
-#include <stddef.h>
#include <inttypes.h>
+#include <stddef.h>
#endif /* SHA2_USE_INTTYPES_H */