Changeset 37662 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jun 28, 2011 11:41:49 AM (14 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstHostHardwareLinux.cpp
r37423 r37662 7 7 8 8 /* 9 * Copyright (C) 2008 Oracle Corporation9 * Copyright (C) 2008-2011 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 #include <iprt/types.h> 33 33 34 #include <errno.h>35 34 #include <string.h> 36 35 #include <stdlib.h> -
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r37525 r37662 63 63 #include <stdlib.h> 64 64 #include <iconv.h> 65 #include <errno.h>66 65 67 66 /*
Note:
See TracChangeset
for help on using the changeset viewer.