summaryrefslogtreecommitdiff
path: root/memory_file.cc
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-09-13 20:54:24 +0200
committerAlex Deymo <deymo@google.com>2017-09-25 10:56:24 +0200
commitdcd423bf892bc607cbccb292b042c1a9a191ba94 (patch)
tree99a0381ed085e0ada0a6c3bf60b0c4f361c8c4ee /memory_file.cc
parent06c56a04a3a8215658a1a74a698af2ab4dca63fd (diff)
downloadbsdiff-dcd423bf892bc607cbccb292b042c1a9a191ba94.tar.gz
Add the "bsdiff/" prefix to all include paths.
This prevents accidentally including a header file from another project that happens to have the same name. Test: `make checkbuild`; emerge-${BOARD} bsdiff Bug: None Change-Id: I8af132ed388738c30a8e3d7434de70b1e9d2f924
Diffstat (limited to 'memory_file.cc')
-rw-r--r--memory_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory_file.cc b/memory_file.cc
index ec179b9..e948759 100644
--- a/memory_file.cc
+++ b/memory_file.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "memory_file.h"
+#include "bsdiff/memory_file.h"
#include <algorithm>
#include <string.h>