mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-05 23:07:10 +00:00
5 lines
103 B
C
5 lines
103 B
C
#include <config.h>
|
|
#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE
|
|
#include "unistd.h"
|
|
typedef int dummy;
|