Add missing #includes of delocate.h.

Change-Id: I48adda9909ded195005c4f8277f153d4dbd2bfec
Reviewed-on: https://boringssl-review.googlesource.com/15987
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
Matthew Braithwaite 2017-05-05 15:16:22 -07:00 committed by CQ bot account: commit-bot@chromium.org
parent 2e2a226ac9
commit 45dd8a04f5
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@
#include <openssl/thread.h> #include <openssl/thread.h>
#include "internal.h" #include "internal.h"
#include "../delocate.h"
#include "../../internal.h" #include "../../internal.h"

View File

@ -30,6 +30,7 @@
#include <string.h> #include <string.h>
#include "internal.h" #include "internal.h"
#include "../delocate.h"
#include "../../internal.h" #include "../../internal.h"