diff --git a/Library/OcCpuLib/Ia32/MeasureTicks.c b/Library/OcCpuLib/Ia32/MeasureTicks.c index 81011722..badd4738 100644 --- a/Library/OcCpuLib/Ia32/MeasureTicks.c +++ b/Library/OcCpuLib/Ia32/MeasureTicks.c @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#include "OcCpuInternals.h" +#include "../OcCpuInternals.h" #include #include diff --git a/User/Makefile b/User/Makefile index 911d0c96..417c49d9 100644 --- a/User/Makefile +++ b/User/Makefile @@ -172,7 +172,7 @@ ifneq ($(STANDALONE),1) # # OcCpuLib targets. # - OBJS += FrequencyDetect.o AppleCpuSupport.o OcCpuLib.o + OBJS += FrequencyDetect.o AppleCpuSupport.o OcCpuLib.o MeasureTicks.o # # OcMiscLib targets. # @@ -208,6 +208,7 @@ ifneq ($(STANDALONE),1) $(OC_USER)/Library/OcMachoLib:$\ $(OC_USER)/Library/OcAppleKeysLib:$\ $(OC_USER)/Library/OcCpuLib:$\ + $(OC_USER)/Library/OcCpuLib/Ia32:$\ $(OC_USER)/Library/OcMiscLib:$\ $(OC_USER)/Library/OcAppleKernelLib endif