# HG changeset patch # User Andreas Schwab # Date 936029910 0 # Node ID 4d553f7390dcd3739763763107f37cd06f04a9a8 # Parent 786ab5197e4b29dd124db9f03ab5767e24949da5 Include if available. diff -r 786ab5197e4b -r 4d553f7390dc src/alloc.c --- a/src/alloc.c Mon Aug 30 16:10:03 1999 +0000 +++ b/src/alloc.c Mon Aug 30 16:18:30 1999 +0000 @@ -23,6 +23,11 @@ #include #include + +#ifdef STDC_HEADERS +#include +#endif + #include "lisp.h" #include "intervals.h" #include "puresize.h" diff -r 786ab5197e4b -r 4d553f7390dc src/emacs.c --- a/src/emacs.c Mon Aug 30 16:10:03 1999 +0000 +++ b/src/emacs.c Mon Aug 30 16:18:30 1999 +0000 @@ -36,6 +36,10 @@ #include #endif +#ifdef STDC_HEADERS +#include +#endif + #include "lisp.h" #include "commands.h" #include "intervals.h" diff -r 786ab5197e4b -r 4d553f7390dc src/fileio.c --- a/src/fileio.c Mon Aug 30 16:10:03 1999 +0000 +++ b/src/fileio.c Mon Aug 30 16:18:30 1999 +0000 @@ -32,6 +32,10 @@ #include #endif +#ifdef STDC_HEADERS +#include +#endif + #if !defined (S_ISLNK) && defined (S_IFLNK) # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) #endif