Changes in uspace/Makefile.common [6d5e378:a3da2b2] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r6d5e378 ra3da2b2  
    225225
    226226ifeq ($(POSIX_COMPAT),y)
    227         CFLAGS = -I$(LIBPOSIX_PREFIX)
     227        CFLAGS = -I$(LIBPOSIX_PREFIX)/include/posix  -I$(LIBPOSIX_PREFIX)/include/
    228228        LIBS += $(LIBPOSIX_PREFIX)/libposix.a
    229229endif
Note: See TracChangeset for help on using the changeset viewer.