Move stdint.h to top
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 28 Feb 2026 23:35:42 +0000 (23:35 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 28 Feb 2026 23:35:42 +0000 (23:35 +0000)
tar.c

diff --git a/tar.c b/tar.c
index fde54bffbce1d9e35d0bcb9a4583178465a650ad..fd3f88be20fe9d3e443c55fa9a87b2775ebba938 100755 (executable)
--- a/tar.c
+++ b/tar.c
@@ -1,6 +1,8 @@
 /******************************************************************************
  * @file            tar.c
  *****************************************************************************/
+#include    "stdint.h"
+
 #include    <ctype.h>
 #include    <limits.h>
 #include    <stddef.h>
@@ -10,7 +12,6 @@
 
 #include    "lib.h"
 #include    "report.h"
-#include    "stdint.h"
 #include    "tar.h"
 
 struct tar_state *state = 0;