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

Commit 9c359a3d authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '69159ba0':
  Fix missing #includes in system/core.
parents 7010c4a5 69159ba0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@

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

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

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

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