diff options
Diffstat (limited to 'src/lib/libcrypto/perlasm/x86asm.pl')
-rw-r--r-- | src/lib/libcrypto/perlasm/x86asm.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/perlasm/x86asm.pl b/src/lib/libcrypto/perlasm/x86asm.pl index 5916ea4f89..e039382e00 100644 --- a/src/lib/libcrypto/perlasm/x86asm.pl +++ b/src/lib/libcrypto/perlasm/x86asm.pl | |||
@@ -248,6 +248,7 @@ EOF | |||
248 | $pic=0; | 248 | $pic=0; |
249 | for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); } | 249 | for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); } |
250 | 250 | ||
251 | ::emitraw("#include \"x86_arch.h\"\n"); | ||
251 | ::emitraw("#include <machine/asm.h>\n") if $openbsd; | 252 | ::emitraw("#include <machine/asm.h>\n") if $openbsd; |
252 | $filename =~ s/\.pl$//; | 253 | $filename =~ s/\.pl$//; |
253 | &file($filename); | 254 | &file($filename); |