projects
/
tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c47a15
)
Move stdint.h to top
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 28 Feb 2026 23:35:42 +0000
(23:35 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 28 Feb 2026 23:35:42 +0000
(23:35 +0000)
tar.c
patch
|
blob
|
history
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;