1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

os: fix building V on Haiku

This commit is contained in:
Delyan Angelov 2021-07-27 20:27:58 +03:00
parent abd17ddb6a
commit 8eb544146e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -8,7 +8,7 @@ import strings
#include <sys/utsname.h>
#include <sys/types.h>
#include <utime.h>
$if !solaris {
$if !solaris && !haiku {
#include <sys/ptrace.h>
}