Explorar o código

Dont use explicit paths for orconfig.h -- it messes up the windows build

svn:r386
Nick Mathewson %!s(int64=22) %!d(string=hai) anos
pai
achega
5c4255595d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/common/aes.c

+ 2 - 2
src/common/aes.c

@@ -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"
 
 /*======================================================================*/