summaryrefslogtreecommitdiffstats
path: root/src/bencoding.c
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-02-22 23:42:59 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-02-22 23:42:59 +0100
commit2f07cea8b7410248f36a851310e8ee65f3ad6f2a (patch)
tree8941825eb0692b6a487e6a6e86ce369265331c3a /src/bencoding.c
parenttelefonsko popravilo py webappa (diff)
downloadtravnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.tar
travnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.tar.gz
travnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.tar.bz2
travnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.tar.lz
travnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.tar.xz
travnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.tar.zst
travnik-2f07cea8b7410248f36a851310e8ee65f3ad6f2a.zip
Diffstat (limited to '')
-rw-r--r--src/bencoding.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bencoding.c b/src/bencoding.c
index 9ff9f89..6e8a2a2 100644
--- a/src/bencoding.c
+++ b/src/bencoding.c
@@ -1,3 +1,6 @@
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#include <stdbool.h>
/**