Sync to Wine-20050524:
[reactos.git] / reactos / tools / winebuild / Makefile
index 6d7cec5..2b9596a 100644 (file)
@@ -22,7 +22,7 @@ OBJECTS = \
 
 CLEAN_FILES = *.o $(TARGET)
 
-HOST_CFLAGS = $(HOSTARCH) -D__USE_W32API -I$(PATH_TO_TOP)/include/wine
+HOST_CFLAGS = $(HOSTARCH) -D__USE_W32API -I$(PATH_TO_TOP)/include/wine -I$(PATH_TO_TOP)/include
 
 %.o: %.c
        $(HOST_CC) $(HOST_CFLAGS) -c $< -o $@