This website works better with JavaScript.
Home
Explore
Help
Sign In
robin.thoni
/
ipxe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Include string.h, because we need to define copy_{to,from}_phys
tags/v0.9.3
Michael Brown
19 years ago
parent
9fc97f8513
commit
b94def2088
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/arch/i386/include/virtaddr.h
+ 1
- 0
src/arch/i386/include/virtaddr.h
View File
@@ -15,6 +15,7 @@
15
15
#ifndef ASSEMBLY
16
16
17
17
#include "stdint.h"
18
+#include "string.h"
18
19
19
20
#ifndef KEEP_IT_REAL
20
21
Write
Preview
Loading…
Cancel
Save