Browse Source

Add missing include.

pull/1180/head
Damir Nedžibović 5 years ago
parent
commit
f805d881fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/bencode.c

+ 1
- 1
daemon/bencode.c View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <ctype.h>
/* set to 0 for alloc debugging, e.g. through valgrind */
#define BENCODE_MIN_BUFFER_PIECE_LEN 512


Loading…
Cancel
Save