Przeglądaj źródła

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

svn:r386
Nick Mathewson 22 lat temu
rodzic
commit
5c4255595d
1 zmienionych plików z 2 dodań i 2 usunięć
  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"
 
 /*======================================================================*/