mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: $if blocks for headers
This commit is contained in:
@@ -4,8 +4,7 @@ import os
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
$if solaris
|
||||
{
|
||||
$if solaris {
|
||||
#include <unistd.h> // ioctl
|
||||
#include <sys/termios.h> // TIOCGWINSZ
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user