diff options
Diffstat (limited to 'libffi/man/ffi_call.3')
-rw-r--r-- | libffi/man/ffi_call.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/man/ffi_call.3 b/libffi/man/ffi_call.3 index 0b692c50002..5351513f90d 100644 --- a/libffi/man/ffi_call.3 +++ b/libffi/man/ffi_call.3 @@ -43,7 +43,7 @@ integral type must be used to hold the return value. .Sh EXAMPLES .Bd -literal -#include <ffi/ffi.h> +#include <ffi.h> #include <stdio.h> unsigned char |