From: Robert Pengelly Date: Sat, 28 Feb 2026 23:35:42 +0000 (+0000) Subject: Move stdint.h to top X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=abf5c24bea874bad397923467139f6232addc853;p=tar.git Move stdint.h to top --- diff --git a/tar.c b/tar.c index fde54bf..fd3f88b 100755 --- a/tar.c +++ b/tar.c @@ -1,6 +1,8 @@ /****************************************************************************** * @file tar.c *****************************************************************************/ +#include "stdint.h" + #include #include #include @@ -10,7 +12,6 @@ #include "lib.h" #include "report.h" -#include "stdint.h" #include "tar.h" struct tar_state *state = 0;