mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Make Tor compile with --disable-memory-sentinels again
This commit is contained in:
parent
10c782d7fa
commit
b8554dd880
@ -1,6 +1,7 @@
|
||||
orconfig.h
|
||||
lib/arch/*.h
|
||||
lib/cc/*.h
|
||||
lib/container/*.h
|
||||
lib/log/*.h
|
||||
lib/malloc/*.h
|
||||
lib/memarea/*.h
|
||||
|
@ -14,8 +14,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/arch/bytes.h"
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/log/torlog.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/util_malloc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user