mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Dont use explicit paths for orconfig.h -- it messes up the windows build
svn:r386
This commit is contained in:
parent
c82e13f1f5
commit
5c4255595d
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "../../orconfig.h"
|
||||
#include "./aes.h"
|
||||
#include "orconfig.h"
|
||||
#include "aes.h"
|
||||
#include "util.h"
|
||||
|
||||
/*======================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue