Skip to content

Commit

Permalink
[android-minui] graphics_drm: define _LARGEFILE64_SOURCE on 32-bit sy…
Browse files Browse the repository at this point in the history
…stems

This matches the same change done in android-minui.

Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed May 16, 2024
1 parent 417bb43 commit 2b46a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/renderers/minui/core/graphics_drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#ifndef __LP64__
#define _LARGEFILE64_SOURCE
#endif

#include <drm_fourcc.h>
#include <fcntl.h>
#include <stdbool.h>
Expand Down

0 comments on commit 2b46a55

Please sign in to comment.