X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fsyscall.h;h=af3ca466ff63d14be3c6219379aee64649a2a001;hb=c91aa03d2488ef2c48276510dec360ed9582e861;hp=a8fec678bfee4a93db4217e8a1f7c21381b078b9;hpb=d00ff2950eacc375d57e44d65c7697f636c67625;p=musl diff --git a/include/sys/syscall.h b/include/sys/syscall.h index a8fec678..af3ca466 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -4,11 +4,11 @@ extern "C" { #endif - -#include +#include long syscall(long, ...); +#include #ifdef __cplusplus }