blob: 297084b1f37752e9578f98f66d012282d4963dc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- tosh_bios.cpp.orig
+++ tosh_bios.cpp
@@ -23,11 +23,12 @@
static const char PROGRAM_ID[]="$Id: tosh_bios.cpp,v 1.4 2003/07/29 01:43:38 cws Exp $";
#include "tosh_utils.h"
-#include <ctype.h>
-#include <stdio.h>
+#include <cctype>
+#include <cstdio>
+#include <cstring>
#include <sys/types.h>
#include <sys/mman.h>
-#include <time.h>
+#include <ctime>
#include "toshibaIDs.hh"
#include "tosh_vars.h"
|