mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
ulibc: Add header needed when compiling against ulibc
This commit is contained in:
parent
b840b6f73c
commit
3aaee87bf9
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) ((a) <= (b)? (a) : (b))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue