Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e7e7dba authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 9c359a3d: am 69159ba0: Merge "Fix missing #includes in system/core."

* commit '9c359a3d':
  Fix missing #includes in system/core.
parents 044470cd 9c359a3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -31,6 +31,7 @@


#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/stat.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@
 * SUCH DAMAGE.
 * SUCH DAMAGE.
 */
 */


#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
#include <string.h>
#include <string.h>
#include <unistd.h>
#include <unistd.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#include <errno.h>
#include <pthread.h>
#include <pthread.h>
#include <stddef.h>
#include <stddef.h>
#include <stdio.h>
#include <stdio.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
 */
 */


#include <endian.h>
#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
#include <pthread.h>
#include <pthread.h>
#include <stdio.h>
#include <stdio.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,7 @@
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 * SUCH DAMAGE.
 */
 */
#include <errno.h>
#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <unistd.h>
#include <unistd.h>
Loading