@@ -487,9 +487,7 @@ else
endif
CFLAGS += -I$(KERNEL_HEADERS)
-# Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
-#CFLAGS+=-iwithprefix include
-CFLAGS+=-isystem $(shell $(CC) -print-file-name=include)
+CFLAGS += -iwithprefix include-fixed -iwithprefix include
ifneq ($(DOASSERTS),y)
CFLAGS+=-DNDEBUG