diff options
author | Volker Ruppert <info@vruppert.de> | 2008-05-11 06:40:19 +0000 |
---|---|---|
committer | Volker Ruppert <info@vruppert.de> | 2008-05-11 06:40:19 +0000 |
commit | 4559cd69bc5f3502c6836dc84f4a23e3080ed2a5 (patch) | |
tree | bcbfcb2758cfa4086bf2979dea145f42c7a38cd2 | |
parent | 1145221e6e4dd2080d0603bcacc2bca59513a7b1 (diff) | |
download | qemu-vgabios-4559cd69bc5f3502c6836dc84f4a23e3080ed2a5.tar.gz |
- fixed a warning
-rw-r--r-- | biossums.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ */ #include <stdlib.h> #include <stdio.h> +#include <string.h> typedef unsigned char byte; |