mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Fix include statements for qemu-common.h
* qemu-common.h is not a system include file, so it should be included with "" instead of <>. Otherwise incremental builds might fail because only local include files are checked for changes. * linux-user/syscall.c included the file twice. Cc: Riku Voipio <riku.voipio@iki.fi> Cc: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
069d89b8a8
commit
5a61cb60d6
5 changed files with 5 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <qemu-common.h>
|
||||
#include "qemu-common.h"
|
||||
#include "block_int.h"
|
||||
#include "nbd.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue