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

Commit 69159ba0 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix missing #includes in system/core."

parents 2978ad4c 0badbd65
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