From d6911111464b3ddc35405200c4f9d77045f9110a Mon Sep 17 00:00:00 2001 From: sdong Date: Fri, 23 Oct 2015 07:36:22 -0700 Subject: [PATCH] include/posix/io_posix.h should have a once declartion Summary: include/posix/io_posix.h doesn't not prevent multiple includes. Need to fix it. It is also breaking unity build. Test Plan: Run unity build and see error go away. Reviewers: rven, igor, IslamAbdelRahman, kradhakrishnan, anthony Subscribers: leveldb, dhruba Differential Revision: https://reviews.facebook.net/D49281 --- include/posix/io_posix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/posix/io_posix.h b/include/posix/io_posix.h index aaa6b4048..65645b0ff 100644 --- a/include/posix/io_posix.h +++ b/include/posix/io_posix.h @@ -6,6 +6,7 @@ // Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. +#pragma once #include #include #include