aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native/unix_jni_darwin.cc
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-04-21 13:58:08 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-04-22 12:30:00 +0000
commit36fbe63a68a81f1c4c921f83c4677bc4017c7151 (patch)
tree4683e3f17e27e1a23c4ef0336417f390f0195a71 /src/main/native/unix_jni_darwin.cc
parent051256dc2efcf5187a8e2ff1567f62e2187bdb82 (diff)
Header cleanups.
-- MOS_MIGRATED_REVID=91681168
Diffstat (limited to 'src/main/native/unix_jni_darwin.cc')
-rw-r--r--src/main/native/unix_jni_darwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/native/unix_jni_darwin.cc b/src/main/native/unix_jni_darwin.cc
index 017df43d31..7e3c8e8f6a 100644
--- a/src/main/native/unix_jni_darwin.cc
+++ b/src/main/native/unix_jni_darwin.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "unix_jni.h"
+#include "src/main/native/unix_jni.h"
#include <assert.h>
#include <errno.h>