Browse Source

Add needed include to build loader.

"Steven J. Hill" 18 years ago
parent
commit
10ceffaf8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Rules.mak

+ 1 - 0
Rules.mak

@@ -354,6 +354,7 @@ PTINC:=	-I$(PTDIR)/compat					\
 	-I$(PTDIR)/sysdeps/pthread				\
 	-I$(PTDIR)/sysdeps/pthread/bits				\
 	-I$(PTDIR)/sysdeps/generic				\
+	-Ildso/include						\
 	-include $(PTDIR)/compat/libc-symbols.h
 #
 # Test for TLS if NPTL support was selected.