summaryrefslogtreecommitdiff
path: root/dln_find.c
diff options
context:
space:
mode:
-rw-r--r--dln_find.c2
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ void *xrealloc();
#include <sys/stat.h>
#ifndef S_ISDIR
-# define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR)
#endif
#ifdef HAVE_SYS_PARAM_H