mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.
Reported by Tas. svn:r16713
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Changes in version 0.2.1.6-alpha - 2008-09-xx
|
||||
o Minor bugfixes:
|
||||
- Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.
|
||||
Reported by Tas.
|
||||
|
||||
|
||||
Changes in version 0.2.1.5-alpha - 2008-08-31
|
||||
o Major features:
|
||||
- Convert many internal address representations to optionally hold
|
||||
|
||||
@@ -36,6 +36,9 @@
|
||||
#ifdef HAVE_CTYPE_H
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
#ifdef HAVE_PTHREAD_H
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
#include <sys/resource.h>
|
||||
|
||||
@@ -14,6 +14,7 @@ const char container_c_id[] =
|
||||
* a digest-to-void* map.
|
||||
**/
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "compat.h"
|
||||
#include "util.h"
|
||||
#include "log.h"
|
||||
|
||||
Reference in New Issue
Block a user