summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kdc/Imakefile2
-rw-r--r--src/lib/krb5/Imakefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/kdc/Imakefile b/src/kdc/Imakefile
index 047c96e75..a8f6f217f 100644
--- a/src/kdc/Imakefile
+++ b/src/kdc/Imakefile
@@ -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 \
diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile
index d7d4faf4b..ec6ff73b3 100644
--- a/src/lib/krb5/Imakefile
+++ b/src/lib/krb5/Imakefile
@@ -27,6 +27,8 @@ VSOBJS=syslog.o
VSSRCS=syslog.c
#endif
+INCLUDES=-I$(TOP)/include/stdc-incl
+
OBJS = \
cryptoconf.o \
perror.o \