aboutsummaryrefslogtreecommitdiffstats
path: root/pkt-line.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkt-line.c')
-rw-r--r--pkt-line.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkt-line.c b/pkt-line.c
index ce4e73b683..36ae0fea4a 100644
--- a/pkt-line.c
+++ b/pkt-line.c
@@ -1,6 +1,10 @@
#include "cache.h"
#include "pkt-line.h"
+#include "gettext.h"
+#include "hex.h"
#include "run-command.h"
+#include "wrapper.h"
+#include "write-or-die.h"
char packet_buffer[LARGE_PACKET_MAX];
static const char *packet_trace_prefix = "git";