mirror of
https://git.proxmox.com/git/grub2
synced 2025-10-09 18:11:03 +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;
|