Add $(TOP)/include/stdc-incl to include path
authorJohn Carr <jfc@mit.edu>
Mon, 3 Dec 1990 23:44:35 +0000 (23:44 +0000)
committerJohn Carr <jfc@mit.edu>
Mon, 3 Dec 1990 23:44:35 +0000 (23:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1528 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/Imakefile
src/lib/krb5/Imakefile

index 047c96e7537e59ed4a9342f6d0b01826d6cd4543..a8f6f217f54c91d3a36de5fa4a0c7161018ae12f 100644 (file)
@@ -8,7 +8,7 @@
 #  <krb5/copyright.h>.
 # 
 DEFINES = -DBACKWARD_COMPAT
-INCLUDES = $(KRB4INCLUDES)
+INCLUDES = $(KRB4INCLUDES) -I$(TOP)/include/stdc-incl
 SRCS= \
        kdc5_err.c \
        dispatch.c \
index d7d4faf4be47d3e531f70f5550604e2722a25696..ec6ff73b37f813b7c79c7bb03ea8dfa83b91f07a 100644 (file)
@@ -27,6 +27,8 @@ VSOBJS=syslog.o
 VSSRCS=syslog.c
 #endif
 
+INCLUDES=-I$(TOP)/include/stdc-incl
+
 OBJS = \
        cryptoconf.o \
        perror.o \