Browse Source

kernel: fixed include, in general include "common.h" not "common_types.h"

pull/15/merge
bunnei 12 years ago
parent
commit
1c5802c35a
  1. 2
      src/core/hle/kernel/kernel.h

2
src/core/hle/kernel/kernel.h

@ -4,7 +4,7 @@
#pragma once
#include "common/common_types.h"
#include "common/common.h"
typedef u32 Handle;
typedef s32 Result;

Loading…
Cancel
Save